diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile index c64fa82e2546..73cfe934cc9f 100644 --- a/devel/p5-Test-Script/Makefile +++ b/devel/p5-Test-Script/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-Script PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Test @@ -15,8 +16,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Test::Script - Cross-platform basic tests for scripts +RUN_DEPENDS= p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3 +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= Test::Script.3 -.include +.include + +.if ${PERL_LEVEL} < 500808 +BUILD_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include