[137117] trunk/dports/perl
devans at macports.org
devans at macports.org
Thu Jun 4 18:51:01 PDT 2015
Revision: 137117
https://trac.macports.org/changeset/137117
Author: devans at macports.org
Date: 2015-06-04 18:51:01 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
p5-http-headers-fast: new port, a faster implementation of HTTP::Headers.
Added Paths:
-----------
trunk/dports/perl/p5-http-headers-fast/
trunk/dports/perl/p5-http-headers-fast/Portfile
Added: trunk/dports/perl/p5-http-headers-fast/Portfile
===================================================================
--- trunk/dports/perl/p5-http-headers-fast/Portfile (rev 0)
+++ trunk/dports/perl/p5-http-headers-fast/Portfile 2015-06-05 01:51:01 UTC (rev 137117)
@@ -0,0 +1,31 @@
+# -*- 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-Headers-Fast 0.17
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description HTTP::Headers::Fast - faster implementation of HTTP::Headers
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 85a0c0697f7602a16f7937c7779a34bb8c96cdb2 \
+ sha256 d7b397e2fc07cfb00c1d9a76ee790f07462a3b2cbeb5fc951dfeb134b0ada867
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-cpan-meta \
+ port:p${perl5.major}-http-message \
+ port:p${perl5.major}-test-requires \
+ port:p${perl5.major}-uri
+
+ depends_lib-append \
+ port:p${perl5.major}-http-date
+
+ supported_archs noarch
+ perl5.use_module_build
+}
Property changes on: trunk/dports/perl/p5-http-headers-fast/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/20150604/b477aefc/attachment.html>
More information about the macports-changes
mailing list