diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-05 14:21:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-06-05 14:21:43 +0000 |
commit | 6212a2753d7524cd41cd5c76ed080ea04acc9c3a (patch) | |
tree | a04b8f019a485579efdde0660a93494c030aaef1 /textproc/p5-Text-Xslate/Makefile | |
parent | 81c0cdd9ebeba7134878f98fa553c00292f5260f (diff) | |
download | ports-6212a2753d7524cd41cd5c76ed080ea04acc9c3a.tar.gz ports-6212a2753d7524cd41cd5c76ed080ea04acc9c3a.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate/Makefile')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index bb862ed864db..bf417488e8eb 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -24,13 +24,7 @@ MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501600 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Xslate/Xslate.so -.include <bsd.port.post.mk> +.include <bsd.port.mk> |