diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 02:09:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 02:09:05 +0000 |
commit | 7d46049512e0f42f0349fae9329b29450b91fff5 (patch) | |
tree | 3ebb6833c1d718f8c8d71a1346a7fb01e31204e7 /devel | |
parent | let's be less aggresive with removing the directories, they might (diff) |
Add dependency on devel/p5-Test-Simple
Notes
Notes:
svn path=/head/; revision=75428
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Carp-Assert/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Carp-Assert/Makefile b/devel/p5-Carp-Assert/Makefile index 5e0910e2cbd0..aa1961a49262 100644 --- a/devel/p5-Carp-Assert/Makefile +++ b/devel/p5-Carp-Assert/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |