aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2009-04-24 09:59:45 +0000
committerLars Thegler <lth@FreeBSD.org>2009-04-24 09:59:45 +0000
commit9b1c458a2a61c0a351032f21a7f5e7087fc110d2 (patch)
tree804f34f640ed8e24c52cf1db45c5b7c4674a86cb
parent754a4878fca2e94dd33abcab8baba047ad91c9f2 (diff)
downloadports-9b1c458a2a61c0a351032f21a7f5e7087fc110d2.tar.gz
ports-9b1c458a2a61c0a351032f21a7f5e7087fc110d2.zip
Notes
-rw-r--r--devel/p5-Test-Script/Makefile12
1 files changed, 11 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>