aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Script
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2009-04-24 17:59:45 +0800
committerlth <lth@FreeBSD.org>2009-04-24 17:59:45 +0800
commit533b4c63294b50004d00b4e7d7f77902dc1914a9 (patch)
tree16f31ca318239f029e141b6efcae9771a0edac24 /devel/p5-Test-Script
parentb892ae41e1d544dc560011971e9448974b02b647 (diff)
downloadfreebsd-ports-gnome-533b4c63294b50004d00b4e7d7f77902dc1914a9.tar.gz
freebsd-ports-gnome-533b4c63294b50004d00b4e7d7f77902dc1914a9.tar.zst
freebsd-ports-gnome-533b4c63294b50004d00b4e7d7f77902dc1914a9.zip
update dependency
PR: ports/133962 Submitted by: leeym
Diffstat (limited to 'devel/p5-Test-Script')
-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>