aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-BibTeX
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-05 19:08:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-08-05 19:08:29 +0000
commit441aed70683f67720fd4f05f5646cffee268949a (patch)
treef24654eca7f039502fd2cf8f3517e26a65a0e6d0 /textproc/p5-Text-BibTeX
parent65dcc94731fb7e8bba52a784ac2e634042c69d85 (diff)
downloadports-441aed70683f67720fd4f05f5646cffee268949a.tar.gz
ports-441aed70683f67720fd4f05f5646cffee268949a.zip
Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=476451
Diffstat (limited to 'textproc/p5-Text-BibTeX')
-rw-r--r--textproc/p5-Text-BibTeX/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile
index 0a05c423d66c..69dc4c915e3d 100644
--- a/textproc/p5-Text-BibTeX/Makefile
+++ b/textproc/p5-Text-BibTeX/Makefile
@@ -27,14 +27,7 @@ STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
lib/libbtparse.so
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502300
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=0.42:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+= p5-Scalar-List-Utils>=0.42:lang/p5-Scalar-List-Utils
-.endif
-
post-install:
${STRIP_CMD} ${STRIP_FILES:S|^|${STAGEDIR}${PREFIX}/|}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>