[150824] trunk/dports/perl

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


Revision: 150824
          https://trac.macports.org/changeset/150824
Author:   devans at macports.org
Date:     2016-07-29 13:11:11 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-http-cookiemonster: new port, easy read/write access to your jar of HTTP::Cookies.

Added Paths:
-----------
    trunk/dports/perl/p5-http-cookiemonster/
    trunk/dports/perl/p5-http-cookiemonster/Portfile

Added: trunk/dports/perl/p5-http-cookiemonster/Portfile
===================================================================
--- trunk/dports/perl/p5-http-cookiemonster/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-http-cookiemonster/Portfile	2016-07-29 20:11:11 UTC (rev 150824)
@@ -0,0 +1,32 @@
+# -*- 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-CookieMonster 0.09
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         HTTP::CookieMonster - Easy read/write access to your jar of HTTP::Cookies
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  32c59075a3bcffd15020aad9f8170d63043e5754 \
+                    sha256  d987b69133dbba219cf9dd3590f4e188b581277cc235ccf58333d0dbb25dc2b3
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-data-serializer \
+                    port:p${perl5.major}-test-most
+
+    depends_lib-append \
+                    port:p${perl5.major}-http-cookies \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-safe-isa \
+                    port:p${perl5.major}-uri
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-http-cookiemonster/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/015d9617/attachment.html>


More information about the macports-changes mailing list