[150825] trunk/dports/perl

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


Revision: 150825
          https://trac.macports.org/changeset/150825
Author:   devans at macports.org
Date:     2016-07-29 13:11:50 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-http-tiny-mech: new port, wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.

Added Paths:
-----------
    trunk/dports/perl/p5-http-tiny-mech/
    trunk/dports/perl/p5-http-tiny-mech/Portfile

Added: trunk/dports/perl/p5-http-tiny-mech/Portfile
===================================================================
--- trunk/dports/perl/p5-http-tiny-mech/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-http-tiny-mech/Portfile	2016-07-29 20:11:50 UTC (rev 150825)
@@ -0,0 +1,26 @@
+# -*- 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         HTTP-Tiny-Mech 1.001001
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTTP::Tiny::Mech - Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  d398d7fb596028c539df50746150f829d2518d7b \
+                    sha256  0bf8dd1850e0722f60ea56e5213d06f96326673300421f7cea5df735aab4590a
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-http-tiny \
+                    port:p${perl5.major}-www-mechanize
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-http-tiny-mech/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/8f706adb/attachment.html>


More information about the macports-changes mailing list