diff options
Diffstat (limited to 'devel/p5-Test-DependentModules/Makefile')
-rw-r--r-- | devel/p5-Test-DependentModules/Makefile | 18 |
1 files changed, 5 insertions, 13 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> |