[132333] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Jan 28 22:31:42 PST 2015


Revision: 132333
          https://trac.macports.org/changeset/132333
Author:   devans at macports.org
Date:     2015-01-28 22:31:42 -0800 (Wed, 28 Jan 2015)
Log Message:
-----------
p5-test-www-mechanize-psgi: new port, test PSGI programs using WWW::Mechanize.

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

Added: trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile
===================================================================
--- trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-www-mechanize-psgi/Portfile	2015-01-29 06:31:42 UTC (rev 132333)
@@ -0,0 +1,28 @@
+# -*- 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         Test-WWW-Mechanize-PSGI 0.35
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::WWW::Mechanize::PSGI - Test PSGI programs using WWW::Mechanize
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  a8d804200f63ee8e9c38b6a4e4454c465006a695 \
+                    sha256  ec9ecd8ff018878a5badf6e895e78ed1f30f64ce1f5ab8755c68b89f884630c2
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-plack \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-test-www-mechanize \
+                    port:p${perl5.major}-try-tiny
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-test-www-mechanize-psgi/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/20150128/7e80978a/attachment.html>


More information about the macports-changes mailing list