# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup List-MoreUtils 0.416 maintainers nomaintainer license {Artistic-1 GPL} description Provide the stuff missing in List::Util long_description List::MoreUtils provides some trivial but commonly \ needed functionality on lists which is not going to go \ into List::Util. platforms darwin checksums rmd160 0948a79f5f4076efe7c5f783846c295d89a3a090 \ sha256 d2ce2f93a4fba8e20a602eba2405d08f5b28c23764a5273fb0abbc413f74c5a5 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-config-autoconf \ port:p${perl5.major}-inc-latest \ port:p${perl5.major}-test-leaktrace \ port:p${perl5.major}-test-writevariants # requires latest XSLoader 0.22+ depends_lib-append \ port:p${perl5.major}-exporter-tiny \ port:p${perl5.major}-xsloader }