[133055] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Feb 18 18:37:07 PST 2015


Revision: 133055
          https://trac.macports.org/changeset/133055
Author:   devans at macports.org
Date:     2015-02-18 18:37:07 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
p5-uri-find: new port, find URIs in arbitrary text.

Added Paths:
-----------
    trunk/dports/perl/p5-uri-find/
    trunk/dports/perl/p5-uri-find/Portfile

Added: trunk/dports/perl/p5-uri-find/Portfile
===================================================================
--- trunk/dports/perl/p5-uri-find/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-uri-find/Portfile	2015-02-19 02:37:07 UTC (rev 133055)
@@ -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         URI-Find 20140709
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         URI::Find - Find URIs in arbitrary text
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  6d962c7ab091186a75b0b9a50173cb3c1fa93700 \
+                    sha256  c0c34c5f7eddacc1c6553099015fe776797f1ec5a70e11e6e8fa68810224ec33
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-uri
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-uri-find/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/20150218/f4af3bd2/attachment.html>


More information about the macports-changes mailing list