Added: trunk/dports/perl/p5-local-lib/Portfile (0 => 103544)
--- trunk/dports/perl/p5-local-lib/Portfile (rev 0)
+++ trunk/dports/perl/p5-local-lib/Portfile 2013-02-28 16:42:48 UTC (rev 103544)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.branches 5.8 5.10 5.12 5.14 5.16
+perl5.setup local-lib 1.008009 ../../authors/id/A/AP/APEIRON
+categories-append devel
+platforms darwin
+maintainers geeklair.net:dluke openmaintainer
+license {Artistic-1 GPL}
+
+description create and use a local lib/ for perl modules with PERL5LIB
+
+long_description ${description}
+
+checksums rmd160 48fe1160b42b84c517be62f0eda0d13fbd38f5eb \
+ sha256 5c69adb47ab828aa3e8b5be89b88cd49c6a0d0dae2e8b3bca17a9ce699190e7b
+
+if {${perl5.major} != ""} {
+depends_lib-append port:p${perl5.major}-extutils-makemaker \
+ port:p${perl5.major}-extutils-install \
+ port:p${perl5.major}-module-build
+ #CPAN is required too, but is provided by the perl5 port
+}
Property changes on: trunk/dports/perl/p5-local-lib/Portfile
___________________________________________________________________