[133502] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Mar 3 06:02:46 PST 2015


Revision: 133502
          https://trac.macports.org/changeset/133502
Author:   devans at macports.org
Date:     2015-03-03 06:02:45 -0800 (Tue, 03 Mar 2015)
Log Message:
-----------
p5-b-utils: new port, helper functions for op tree manipulation.

Added Paths:
-----------
    trunk/dports/perl/p5-b-utils/
    trunk/dports/perl/p5-b-utils/Portfile

Added: trunk/dports/perl/p5-b-utils/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150303/1b0946ee/attachment.html>


More information about the macports-changes mailing list