update dependency

PR:		ports/133962
Submitted by:	leeym
This commit is contained in:
Lars Thegler 2009-04-24 09:59:45 +00:00
parent 754a4878fc
commit 9b1c458a2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232658

View file

@ -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>