[128871] trunk/dports/perl

khindenburg at macports.org khindenburg at macports.org
Fri Nov 28 20:10:44 PST 2014


Revision: 128871
          https://trac.macports.org/changeset/128871
Author:   khindenburg at macports.org
Date:     2014-11-28 20:10:44 -0800 (Fri, 28 Nov 2014)
Log Message:
-----------
p5-ppix-regexp: new port

Added Paths:
-----------
    trunk/dports/perl/p5-ppix-regexp/
    trunk/dports/perl/p5-ppix-regexp/Portfile

Added: trunk/dports/perl/p5-ppix-regexp/Portfile
===================================================================
--- trunk/dports/perl/p5-ppix-regexp/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-ppix-regexp/Portfile	2014-11-29 04:10:44 UTC (rev 128871)
@@ -0,0 +1,33 @@
+# -*- 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         PPIx-Regexp 0.037 ../by-authors/id/W/WY/WYANT
+
+platforms           darwin
+maintainers         khindenburg openmaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Parse regular expressions
+
+long_description \
+    This package parses regular expressions as they appear in Perl scripts, \
+    generating a structure similar to the structure generated by PPI when it \
+    parses a Perl script, and navigable in much the same way.
+
+checksums           rmd160 de0e2e3d6be6bc9bdef82444b0be4780329e1f6e \
+                    sha256 f68d88c008e6a6f2b438048e9c3cfe3cfab3225ba8b55ed3cf07f7161702ef37
+
+
+if {${perl5.major} != ""} {
+    depends_lib-append  port:p${perl5.major}-list-moreutils \
+                        port:p${perl5.major}-ppi \
+                        port:p${perl5.major}-task-weaken
+
+    test.run            yes
+}


Property changes on: trunk/dports/perl/p5-ppix-regexp/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/20141128/6b27d02f/attachment.html>


More information about the macports-changes mailing list