Added: trunk/dports/perl/p5-b-utils/Portfile (0 => 133502)
--- trunk/dports/perl/p5-b-utils/Portfile (rev 0)
+++ trunk/dports/perl/p5-b-utils/Portfile 2015-03-03 14:02:45 UTC (rev 133502)
@@ -0,0 +1,25 @@
+# -*- 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.16 5.18 5.20
+perl5.setup B-Utils 0.25
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description B::Utils - Helper functions for op tree manipulation
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 7f3200f8f7a43653f627c0f8b3463a1e1c8f3bcb \
+ sha256 54deebf64b149f3f0322f23bcb33d4ad4a6c7ac640357b0237840a5828ff59f8
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-extutils-depends
+
+ depends_lib-append \
+ port:p${perl5.major}-task-weaken
+}
Property changes on: trunk/dports/perl/p5-b-utils/Portfile
___________________________________________________________________