diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
commit | e4343d70fd4006cdded06afba566cf5ac81c1042 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /math/p5-Parse-Range | |
parent | 778e2d35510d4f8fa6bbae934b313771189e4268 (diff) | |
download | ports-e4343d70fd4006cdded06afba566cf5ac81c1042.tar.gz ports-e4343d70fd4006cdded06afba566cf5ac81c1042.zip |
Notes
Diffstat (limited to 'math/p5-Parse-Range')
-rw-r--r-- | math/p5-Parse-Range/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-Parse-Range/Makefile b/math/p5-Parse-Range/Makefile index 5bc5a9b8e288..d48fbb2ca9f2 100644 --- a/math/p5-Parse-Range/Makefile +++ b/math/p5-Parse-Range/Makefile @@ -20,10 +20,9 @@ BUILD_DEPENDS= p5-Module-Build>=0.4:${PORTSDIR}/devel/p5-Module-Build \ RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Parse::Range.3 -.include <bsd.port.pre.mk> - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |