diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:03:56 +0000 |
commit | a36b68f645d35088308afc9f4524f42d809e6f05 (patch) | |
tree | 42da9790dad9f952223e84038458c1f2f84752a4 /textproc/p5-PPIx-Regexp/Makefile | |
parent | 409b54964348c8f36b19c76a5ac34d8bb9f5a726 (diff) | |
download | ports-a36b68f645d35088308afc9f4524f42d809e6f05.tar.gz ports-a36b68f645d35088308afc9f4524f42d809e6f05.zip |
Notes
Diffstat (limited to 'textproc/p5-PPIx-Regexp/Makefile')
-rw-r--r-- | textproc/p5-PPIx-Regexp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile index 199e2c941433..09d97063b2d9 100644 --- a/textproc/p5-PPIx-Regexp/Makefile +++ b/textproc/p5-PPIx-Regexp/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= PPIx::Regexp.3 \ PPIx::Regexp::Constant.3 \ |