[150837] trunk/dports/perl

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


Revision: 150837
          https://trac.macports.org/changeset/150837
Author:   devans at macports.org
Date:     2016-07-29 13:22:19 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-www-mechanize-cached: new port, cache response to be polite.

Added Paths:
-----------
    trunk/dports/perl/p5-www-mechanize-cached/
    trunk/dports/perl/p5-www-mechanize-cached/Portfile

Added: trunk/dports/perl/p5-www-mechanize-cached/Portfile
===================================================================
--- trunk/dports/perl/p5-www-mechanize-cached/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-www-mechanize-cached/Portfile	2016-07-29 20:22:19 UTC (rev 150837)
@@ -0,0 +1,42 @@
+# -*- 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         WWW-Mechanize-Cached 1.50
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         WWW::Mechanize::Cached - Cache response to be polite
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  907df37f160b29c1f881fb3f74ffc9abcb0b7e97 \
+                    sha256  ccd6b722cee769f35a744b9db32a313cc840f606ae4ec1471b4daf758b4d039a
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-find-lib \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-lwp-consolelogger \
+                    port:p${perl5.major}-path-class \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-requires \
+                    port:p${perl5.major}-test-requiresinternet \
+                    port:p${perl5.major}-yaml-libyaml
+
+
+    depends_lib-append \
+                    port:p${perl5.major}-cache-cache \
+                    port:p${perl5.major}-chi \
+                    port:p${perl5.major}-data-dump \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-moox-types-mooselike \
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-www-mechanize \
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-www-mechanize-cached/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/cc8b42ba/attachment.html>


More information about the macports-changes mailing list