diff options
author | naddy <naddy@FreeBSD.org> | 2002-11-21 15:09:09 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-11-21 15:09:09 +0000 |
commit | c6319a7e7e565fba0db4eaddc573ef4e141ba679 (patch) | |
tree | af20b549d00cd2603d222f55f97b91fa033ee7e8 /devel/p5-Test-Simple | |
parent | 046f0c47378adb8dce8ec25a87fc912e81f8b1a3 (diff) | |
download | FreeBSD-ports-c6319a7e7e565fba0db4eaddc573ef4e141ba679.zip FreeBSD-ports-c6319a7e7e565fba0db4eaddc573ef4e141ba679.tar.gz |
Add dependency on p5-Test-Harness.
PR: 45500
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 9bf031b..a023cef 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-Simple PORTVERSION= 0.47 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -14,8 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= shell@shellhung.org +BUILD_DEPENDS= ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 \ Test::Builder.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |