[128664] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Nov 24 17:00:50 PST 2014


Revision: 128664
          https://trac.macports.org/changeset/128664
Author:   devans at macports.org
Date:     2014-11-24 17:00:50 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-string-toidentifier-en: new port, convert strings to English program identifiers.

Added Paths:
-----------
    trunk/dports/perl/p5-string-toidentifier-en/
    trunk/dports/perl/p5-string-toidentifier-en/Portfile

Added: trunk/dports/perl/p5-string-toidentifier-en/Portfile
===================================================================
--- trunk/dports/perl/p5-string-toidentifier-en/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-string-toidentifier-en/Portfile	2014-11-25 01:00:50 UTC (rev 128664)
@@ -0,0 +1,28 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         String-ToIdentifier-EN 0.11 
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         String::ToIdentifier::EN - Convert Strings to English Program Identifiers
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  63277521e6836d2c6f336a3f6aebee70f96f0309 \
+                    sha256  d0168da09d82c9f15572dce8494c293ff4b8c7d34566bbd590a7cff9267c5cad
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-lingua-en-inflect-phrase \
+                    port:p${perl5.major}-sub-exporter-progressive \
+                    port:p${perl5.major}-text-unidecode \
+                    port:p${perl5.major}-namespace-clean
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-string-toidentifier-en/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/20141124/8f75a8cb/attachment.html>


More information about the macports-changes mailing list