[133510] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Mar 3 06:44:21 PST 2015


Revision: 133510
          https://trac.macports.org/changeset/133510
Author:   devans at macports.org
Date:     2015-03-03 06:44:21 -0800 (Tue, 03 Mar 2015)
Log Message:
-----------
p5-devel-repl: new port, a modern perl interactive shell, enables pdl2 shell in p5-pdl.

Added Paths:
-----------
    trunk/dports/perl/p5-devel-repl/
    trunk/dports/perl/p5-devel-repl/Portfile

Added: trunk/dports/perl/p5-devel-repl/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-repl/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-repl/Portfile	2015-03-03 14:44:21 UTC (rev 133510)
@@ -0,0 +1,43 @@
+# -*- 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-REPL 1.003026
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Devel::REPL - a modern perl interactive shell
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5933ac1d4c3ae83a337763a412b4f5c7cf96b21a \
+                    sha256  d8bb02af957bfaa6fd2bbd17028136ecbb6e350598beabf60513718e19763199
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-app-nopaste \
+                    port:p${perl5.major}-b-keywords\
+                    port:p${perl5.major}-data-dump-streamer \
+                    port:p${perl5.major}-data-dumper-concise \
+                    port:p${perl5.major}-file-homedir \
+                    port:p${perl5.major}-file-next \
+                    port:p${perl5.major}-lexical-persistence \
+                    port:p${perl5.major}-module-refresh \
+                    port:p${perl5.major}-module-runtime \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-getopt \
+                    port:p${perl5.major}-moosex-object-pluggable \
+                    port:p${perl5.major}-namespace-autoclean \
+                    port:p${perl5.major}-ppi \
+                    port:p${perl5.major}-ppi-xs \
+                    port:p${perl5.major}-task-weaken \
+                    port:p${perl5.major}-sys-sigaction
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-devel-repl/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/20150303/77b27946/attachment.html>


More information about the macports-changes mailing list