[131156] trunk/dports/perl

mojca at macports.org mojca at macports.org
Tue Jan 6 05:38:23 PST 2015


Revision: 131156
          https://trac.macports.org/changeset/131156
Author:   mojca at macports.org
Date:     2015-01-06 05:38:23 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-http-proxy: new port

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

Added: trunk/dports/perl/p5-http-proxy/Portfile
===================================================================
--- trunk/dports/perl/p5-http-proxy/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-http-proxy/Portfile	2015-01-06 13:38:23 UTC (rev 131156)
@@ -0,0 +1,25 @@
+# -*- 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         HTTP-Proxy 0.301
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+description         A pure Perl HTTP proxy
+long_description    ${description}
+
+checksums           rmd160 4ff090ca400f6b4caf30b4a1c0ef407a9740fcb0 \
+                    sha256 3187f1daf4911b901810e4d7b2ab10f896c46ca9b5acbba71cf26e4972e0ace8
+
+platforms           darwin
+supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-http-daemon \
+                    port:p${perl5.major}-libwww-perl
+}


Property changes on: trunk/dports/perl/p5-http-proxy/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/20150106/2608be75/attachment.html>


More information about the macports-changes mailing list