[150827] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jul 29 13:13:28 PDT 2016


Revision: 150827
          https://trac.macports.org/changeset/150827
Author:   devans at macports.org
Date:     2016-07-29 13:13:28 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-parse-mime: new port, parse mime-types, match against media ranges.

Added Paths:
-----------
    trunk/dports/perl/p5-parse-mime/
    trunk/dports/perl/p5-parse-mime/Portfile

Added: trunk/dports/perl/p5-parse-mime/Portfile
===================================================================
--- trunk/dports/perl/p5-parse-mime/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-parse-mime/Portfile	2016-07-29 20:13:28 UTC (rev 150827)
@@ -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.22 5.24
+perl5.setup         Parse-MIME 1.003
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Parse::MIME - Parse mime-types, match against media ranges
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  f81f7cddb749034d9d1d3cbb6bd612c3ce6c4224 \
+                    sha256  cc0a77e88a0ed5712d1b682d30d209b66d3c2cd64e83274ebcacc5bd1e4368bf
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-json-xs
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-parse-mime/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/20160729/1bdf8158/attachment-0001.html>


More information about the macports-changes mailing list