[105358] trunk/dports/perl

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Apr 18 14:47:29 PDT 2013


Revision: 105358
          https://trac.macports.org/changeset/105358
Author:   macsforever2000 at macports.org
Date:     2013-04-18 14:47:29 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
p5-const-fast: New port.

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

Added: trunk/dports/perl/p5-const-fast/Portfile
===================================================================
--- trunk/dports/perl/p5-const-fast/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-const-fast/Portfile	2013-04-18 21:47:29 UTC (rev 105358)
@@ -0,0 +1,29 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
+perl5.setup         Const-Fast 0.013 ../by-authors/id/L/LE/LEONT
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Const::Fast - Facility for creating read-only scalars, arrays, and hashes.
+
+long_description    ${description}
+
+checksums           rmd160 a4eb55e3c4096f00d2d802a583970129358f33a6 \
+                    sha256 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                        port:p${perl5.major}-test-exception
+    
+    depends_lib-append  port:p${perl5.major}-sub-exporter \
+                        port:p${perl5.major}-sub-exporter-progressive
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130418/730777d5/attachment.html>


More information about the macports-changes mailing list