[133959] trunk/dports/perl/p5-test-mockmodule/Portfile

devans at macports.org devans at macports.org
Sun Mar 15 22:27:41 PDT 2015


Revision: 133959
          https://trac.macports.org/changeset/133959
Author:   devans at macports.org
Date:     2015-03-15 22:27:41 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
p5-test-mockmodule: update to version 0.09, use module build, dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-test-mockmodule/Portfile

Modified: trunk/dports/perl/p5-test-mockmodule/Portfile
===================================================================
--- trunk/dports/perl/p5-test-mockmodule/Portfile	2015-03-16 05:26:28 UTC (rev 133958)
+++ trunk/dports/perl/p5-test-mockmodule/Portfile	2015-03-16 05:27:41 UTC (rev 133959)
@@ -5,16 +5,22 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.16 5.18 5.20
-perl5.setup         Test-MockModule 0.05
+perl5.setup         Test-MockModule 0.09
 maintainers         nomaintainer
-# per copyright statement, you may distribute under the terms of either the GNU General Public License or the Artistic License.
-license             {Artistic-1 GPL}
+license             GPL-3
 
 description         Override subroutines in a module for unit testing
 long_description    ${description}
 
-checksums           rmd160 08f112d1e7a143207767b27d13189e3e78c5db6d \
-                    sha256 67c515258c76780009e58305ec56f195e1b110d0cabb52792d57dd1761396e07
+checksums           rmd160  ba02e2d96f538fa184710599996f24dd5386ac0c \
+                    sha256  8e9d5b6883b342726dfff17d3dd542bcc5f19151d8cf61d37e980068403ee946
 
 platforms           darwin
-supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-super
+
+    perl5.use_module_build
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/b8ffda3e/attachment.html>


More information about the macports-changes mailing list