[132763] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 06:51:07 PST 2015


Revision: 132763
          https://trac.macports.org/changeset/132763
Author:   devans at macports.org
Date:     2015-02-10 06:51:07 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-test-class-most: new port, use Test::Most with Test::Classes.

Added Paths:
-----------
    trunk/dports/perl/p5-test-class-most/
    trunk/dports/perl/p5-test-class-most/Portfile

Added: trunk/dports/perl/p5-test-class-most/Portfile
===================================================================
--- trunk/dports/perl/p5-test-class-most/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-class-most/Portfile	2015-02-10 14:51:07 UTC (rev 132763)
@@ -0,0 +1,26 @@
+# -*- 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-Class-Most 0.08
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Class::Most - Test Classes the easy way
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4b0339744f6f2f8c62c054864753fdf65d30bfa3 \
+                    sha256  634cded86bba5dde07ced72ffb8a46705ff93aa844b98e96bde05540234c7dff
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-test-class \
+                    port:p${perl5.major}-test-most
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-class-most/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/20150210/96503b99/attachment.html>


More information about the macports-changes mailing list