diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/p5-Text-TestBase | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-TestBase')
-rw-r--r-- | textproc/p5-Text-TestBase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Text-TestBase/Makefile b/textproc/p5-Text-TestBase/Makefile index 45f25fc6883c..1474ce606d4c 100644 --- a/textproc/p5-Text-TestBase/Makefile +++ b/textproc/p5-Text-TestBase/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor- RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Data::Section::TestBase.3 \ Test::Base::Less.3 \ |