[132374] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jan 30 14:09:21 PST 2015


Revision: 132374
          https://trac.macports.org/changeset/132374
Author:   devans at macports.org
Date:     2015-01-30 14:09:20 -0800 (Fri, 30 Jan 2015)
Log Message:
-----------
p5-bareword-filehandles: new port, disables bareword filehandles.

Added Paths:
-----------
    trunk/dports/perl/p5-bareword-filehandles/
    trunk/dports/perl/p5-bareword-filehandles/Portfile

Added: trunk/dports/perl/p5-bareword-filehandles/Portfile
===================================================================
--- trunk/dports/perl/p5-bareword-filehandles/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-bareword-filehandles/Portfile	2015-01-30 22:09:20 UTC (rev 132374)
@@ -0,0 +1,26 @@
+# -*- 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         bareword-filehandles 0.003 ../by-authors/id/I/IL/ILMARI
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         bareword::filehandles - disables bareword filehandles
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  90fd69c5ff114f66dc30d30bb49b515c0e7e5a5a \
+                    sha256  be4334b476d6eead4d05b2e3587157c592470ef6dbff9298683ad7fee7a825fa
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-extutils-depends
+
+    depends_lib-append \
+                    port:p${perl5.major}-b-hooks-op-check \
+                    port:p${perl5.major}-lexical-sealrequirehints
+}


Property changes on: trunk/dports/perl/p5-bareword-filehandles/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/20150130/22d8376d/attachment.html>


More information about the macports-changes mailing list