[150829] trunk/dports/perl
devans at macports.org
devans at macports.org
Fri Jul 29 13:15:09 PDT 2016
Revision: 150829
https://trac.macports.org/changeset/150829
Author: devans at macports.org
Date: 2016-07-29 13:15:09 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-plack-test-agent: new port, OO interface for testing low-level Plack/PSGI apps.
Added Paths:
-----------
trunk/dports/perl/p5-plack-test-agent/
trunk/dports/perl/p5-plack-test-agent/Portfile
Added: trunk/dports/perl/p5-plack-test-agent/Portfile
===================================================================
--- trunk/dports/perl/p5-plack-test-agent/Portfile (rev 0)
+++ trunk/dports/perl/p5-plack-test-agent/Portfile 2016-07-29 20:15:09 UTC (rev 150829)
@@ -0,0 +1,35 @@
+# -*- 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 Plack-Test-Agent 1.4
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Plack::Test::Agent - OO interface for testing low-level Plack/PSGI apps
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 35aa875b461d26b861b08822e5a447676a7ae40c \
+ sha256 4d7e33a4f5bf8009e338e81dc08bbe77659aa1f765cd40153b1288b876610c13
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-http-cookies \
+ port:p${perl5.major}-http-server-simple-psgi \
+ port:p${perl5.major}-modern-perl \
+ port:p${perl5.major}-test-memory-cycle \
+ port:p${perl5.major}-test-requires
+
+ depends_lib-append \
+ port:p${perl5.major}-http-message \
+ port:p${perl5.major}-plack \
+ port:p${perl5.major}-test-tcp \
+ port:p${perl5.major}-test-www-mechanize \
+
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-plack-test-agent/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/456176a5/attachment.html>
More information about the macports-changes
mailing list