[135266] trunk/dports/perl

blair at macports.org blair at macports.org
Mon Apr 20 20:56:11 PDT 2015


Revision: 135266
          https://trac.macports.org/changeset/135266
Author:   blair at macports.org
Date:     2015-04-20 20:56:10 -0700 (Mon, 20 Apr 2015)
Log Message:
-----------
p5-file-fnmatch: new port for Perl's File::FnMatch module.

Added Paths:
-----------
    trunk/dports/perl/p5-file-fnmatch/
    trunk/dports/perl/p5-file-fnmatch/Portfile

Added: trunk/dports/perl/p5-file-fnmatch/Portfile
===================================================================
--- trunk/dports/perl/p5-file-fnmatch/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-file-fnmatch/Portfile	2015-04-21 03:56:10 UTC (rev 135266)
@@ -0,0 +1,24 @@
+# -*- 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         File-FnMatch 0.02
+license             {Artistic-2 GPL}
+maintainers         nomaintainer
+description         Exposes your system's fnmatch(3) capabilities to Perl.
+long_description    File::FnMatch exposes your system's fnmatch(3) \
+                    capabilities to Perl.  While considerably less powerful \
+                    than regular expressions, shell-style patterns are yet \
+                    useful and familiar to a large audience of end-users.
+
+platforms           darwin
+
+checksums           rmd160 0855ddc69d944d118d715a9a02b8a982de9509b0 \
+                    sha256 962454b8e86bea8b132bf8af35757d0c6a8f5d599015bd6a5d68cb7ae7a9e916
+
+if {${perl5.major} != ""} {
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-file-fnmatch/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/20150420/c13e1ebb/attachment.html>


More information about the macports-changes mailing list