[132377] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jan 30 14:12:50 PST 2015


Revision: 132377
          https://trac.macports.org/changeset/132377
Author:   devans at macports.org
Date:     2015-01-30 14:12:50 -0800 (Fri, 30 Jan 2015)
Log Message:
-----------
p5-indirect: new port, lexically warn about using the indirect method call syntax.

Added Paths:
-----------
    trunk/dports/perl/p5-indirect/
    trunk/dports/perl/p5-indirect/Portfile

Added: trunk/dports/perl/p5-indirect/Portfile
===================================================================
--- trunk/dports/perl/p5-indirect/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-indirect/Portfile	2015-01-30 22:12:50 UTC (rev 132377)
@@ -0,0 +1,22 @@
+# -*- 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         indirect 0.33 ../by-authors/id/V/VP/VPIT
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         indirect - Lexically warn about using the indirect method call syntax.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3d206abff76e2b5b4a706efce3f748545f36d01f \
+                    sha256  5dd58c69f06ce89005fdf03d4e0aad366f0a7ee75999498bc7d0b2193f78c530
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-devel-declare
+}


Property changes on: trunk/dports/perl/p5-indirect/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/375efd52/attachment.html>


More information about the macports-changes mailing list