Revision
133504
Author
devans@macports.org
Date
2015-03-03 06:04:52 -0800 (Tue, 03 Mar 2015)

Log Message

p5-devel-lexalias: new port, alias lexical variables.

Added Paths

Diff

Added: trunk/dports/perl/p5-devel-lexalias/Portfile (0 => 133504)


--- trunk/dports/perl/p5-devel-lexalias/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-lexalias/Portfile	2015-03-03 14:04:52 UTC (rev 133504)
@@ -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.16 5.18 5.20
+perl5.setup         Devel-LexAlias 0.05
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Devel::LexAlias - alias lexical variables
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  d1c52eab4c44d49f3d73c18c43276687872eaf98 \
+                    sha256  5e0ad9d43e266033856e424e104a0009f8e63449e40cd5aba59ad94cb1bcee72
+
+if {${perl5.major} != ""} {
+#    depends_build-append \
+#                    port:p${perl5.major}-file-copy-recursive \
+#                    port:p${perl5.major}-file-sharedir-install \
+#                    port:p${perl5.major}-io-all \
+#                    port:p${perl5.major}-test-warn \
+#                    port:p${perl5.major}-yaml-libyaml
+#
+    depends_lib-append \
+                    port:p${perl5.major}-devel-caller
+}
Property changes on: trunk/dports/perl/p5-devel-lexalias/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style