Added: trunk/dports/perl/p5-list-utilsby/Portfile (0 => 149693)
--- trunk/dports/perl/p5-list-utilsby/Portfile (rev 0)
+++ trunk/dports/perl/p5-list-utilsby/Portfile 2016-06-29 15:17:44 UTC (rev 149693)
@@ -0,0 +1,22 @@
+# -*- 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$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.branches 5.22 5.24
+perl5.setup List-UtilsBy 0.10
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description List::UtilsBy - higher-order list utility functions
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 ccc6df404ba2d9217e5d8652c900f748f2907540 \
+ sha256 bed74094c625aa34a5ae94a7e1fe1856f08e1bd26b8ba152bfe7a51d3277192e
+
+if {${perl5.major} != ""} {
+ perl5.use_module_build
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-list-utilsby/Portfile
___________________________________________________________________