diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-18 22:47:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-18 22:47:37 +0800 |
commit | 351ea86620734d0542c3eaf00f54003f589f0d93 (patch) | |
tree | 41b1d99b95bdcf61b2221baa80decb1cf6c83387 /devel | |
parent | 82004b030e556e26bcf8549d7db3ec42af50da05 (diff) | |
download | freebsd-ports-gnome-351ea86620734d0542c3eaf00f54003f589f0d93.tar.gz freebsd-ports-gnome-351ea86620734d0542c3eaf00f54003f589f0d93.tar.zst freebsd-ports-gnome-351ea86620734d0542c3eaf00f54003f589f0d93.zip |
- Update to 0.14
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Test-DependentModules/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-DependentModules/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Test-DependentModules/distinfo | 4 |
2 files changed, 7 insertions, 15 deletions
diff --git a/devel/p5-Test-DependentModules/Makefile b/devel/p5-Test-DependentModules/Makefile index 9ea49390ddde..16bacfbced0f 100644 --- a/devel/p5-Test-DependentModules/Makefile +++ b/devel/p5-Test-DependentModules/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Test-DependentModules -# Date created: 2012-01-06 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Test-DependentModules -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test all modules which depend on your module +LICENSE= ART20 + BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ p5-Parallel-ForkManager>=0.7.6:${PORTSDIR}/devel/p5-Parallel-ForkManager \ @@ -29,10 +27,4 @@ PERL_CONFIGURE= yes MAN3= Test::DependentModules.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Test-DependentModules/distinfo b/devel/p5-Test-DependentModules/distinfo index f34ac9102485..146e34a671e3 100644 --- a/devel/p5-Test-DependentModules/distinfo +++ b/devel/p5-Test-DependentModules/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-DependentModules-0.13.tar.gz) = b4aa8f7ddbb7cdc54a8aecfd0bae2ebce6c2894b289f0575b5916aaba815f7ca -SIZE (Test-DependentModules-0.13.tar.gz) = 14250 +SHA256 (Test-DependentModules-0.14.tar.gz) = f91f9952ccae3dab611a2f604ec19d0a3aebfe36ccfd2e8eeed7984ca68d9897 +SIZE (Test-DependentModules-0.14.tar.gz) = 14597 |