[134615] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Mar 31 16:10:58 PDT 2015


Revision: 134615
          https://trac.macports.org/changeset/134615
Author:   devans at macports.org
Date:     2015-03-31 16:10:58 -0700 (Tue, 31 Mar 2015)
Log Message:
-----------
p5-sub-exporter-formethods: new port, helper routines for using Sub::Exporter to build methods.

Added Paths:
-----------
    trunk/dports/perl/p5-sub-exporter-formethods/
    trunk/dports/perl/p5-sub-exporter-formethods/Portfile

Added: trunk/dports/perl/p5-sub-exporter-formethods/Portfile
===================================================================
--- trunk/dports/perl/p5-sub-exporter-formethods/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-sub-exporter-formethods/Portfile	2015-03-31 23:10:58 UTC (rev 134615)
@@ -0,0 +1,28 @@
+# -*- 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         Sub-Exporter-ForMethods 0.100051
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Sub::Exporter::ForMethods - helper routines for using Sub::Exporter to build methods
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  7f278df2053648c85b005a22fdf30147ce0b2554 \
+                    sha256  f5c61eb5cd0f4472aea1f270c2a1ad2fece1e965f1ab2df2b9f7dc5178b4fc88
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-namespace-autoclean
+
+    depends_lib-append \
+                    port:p${perl5.major}-sub-exporter \
+                    port:p${perl5.major}-sub-name
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-sub-exporter-formethods/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/20150331/438ee06f/attachment.html>


More information about the macports-changes mailing list