[152347] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Sep 4 05:54:10 PDT 2016


Revision: 152347
          https://trac.macports.org/changeset/152347
Author:   devans at macports.org
Date:     2016-09-04 05:54:09 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
p5-const-exporter: new port, declare constants for export.

Added Paths:
-----------
    trunk/dports/perl/p5-const-exporter/
    trunk/dports/perl/p5-const-exporter/Portfile

Added: trunk/dports/perl/p5-const-exporter/Portfile
===================================================================
--- trunk/dports/perl/p5-const-exporter/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-const-exporter/Portfile	2016-09-04 12:54:09 UTC (rev 152347)
@@ -0,0 +1,31 @@
+# -*- 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         Const-Exporter v0.2.4 ../by-authors/id/R/RR/RRWO
+license             Artistic-2
+maintainers         devans openmaintainer
+description         Const::Exporter - Declare constants for export
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  589ee47c8af2bf4fb2aab98fd172b58abac69f68 \
+                    sha256  f46d28224d59eb3fa56a2048bfe3d03b291248e392d97c22ff6ca25807d342cd
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-hash-objectify \
+                    port:p${perl5.major}-test-most
+
+    depends_lib-append \
+                    port:p${perl5.major}-const-fast \
+                    port:p${perl5.major}-package-stash \
+                    port:p${perl5.major}-package-stash-xs \
+                    port:p${perl5.major}-version
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-const-exporter/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/20160904/ab268074/attachment-0001.html>


More information about the macports-changes mailing list