diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-24 09:36:15 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-24 09:36:15 +0000 |
commit | 93b233e790b427f743fd89fe289acc457e7a3908 (patch) | |
tree | e12ffb3e0b85310d123c0850d8f7f0afda806309 | |
parent | 3a932c3ae423ebf2d4131c2a8ec0e1697bf0bbe4 (diff) | |
download | FreeBSD-ports-93b233e790b427f743fd89fe289acc457e7a3908.zip FreeBSD-ports-93b233e790b427f743fd89fe289acc457e7a3908.tar.gz |
Add missed dependency.
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 9bf031b..242a228 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -14,6 +14,9 @@ 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 MAN3= Test::More.3 Test::Simple.3 Test::Tutorial.3 \ |