[136895] trunk/dports/perl

devans at macports.org devans at macports.org
Fri May 29 04:42:14 PDT 2015


Revision: 136895
          https://trac.macports.org/changeset/136895
Author:   devans at macports.org
Date:     2015-05-29 04:42:13 -0700 (Fri, 29 May 2015)
Log Message:
-----------
p5-shell-guess: new port, make an educated guess about the shell in use.

Added Paths:
-----------
    trunk/dports/perl/p5-shell-guess/
    trunk/dports/perl/p5-shell-guess/Portfile

Added: trunk/dports/perl/p5-shell-guess/Portfile
===================================================================
--- trunk/dports/perl/p5-shell-guess/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-shell-guess/Portfile	2015-05-29 11:42:13 UTC (rev 136895)
@@ -0,0 +1,25 @@
+# -*- 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         Shell-Guess 0.06
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Shell::Guess - Make an educated guess about the shell in use
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  cd0e4dc22bd9a12d386a43152698e133f99129d5 \
+                    sha256  4758c98affcade0d8f3882f8c2a9ee671bf1eef72f1025796cff939f7e93be23
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-unix-process
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-shell-guess/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/20150529/edcaab8f/attachment.html>


More information about the macports-changes mailing list