diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 05:29:55 +0000 |
commit | c153fc8db4cd271cf440847b07722defd6363824 (patch) | |
tree | 7d6f09364ae164355f84938027aaeaf3db656249 /textproc/p5-PPIx-EditorTools | |
parent | c38737831812e30552fdfdb25a09354064a3a461 (diff) |
Notes
Diffstat (limited to 'textproc/p5-PPIx-EditorTools')
-rw-r--r-- | textproc/p5-PPIx-EditorTools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile index 21642ffd7814..f6a6e7bd4ef5 100644 --- a/textproc/p5-PPIx-EditorTools/Makefile +++ b/textproc/p5-PPIx-EditorTools/Makefile @@ -21,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Most>=0.88:${PORTSDIR}/devel/p5-Test-Most -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PPIx::EditorTools.3 \ PPIx::EditorTools::FindUnmatchedBrace.3 \ |