svn commit: r476451 - head/textproc/p5-Text-BibTeX

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:08:30 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:08:29 2018
New Revision: 476451
URL: https://svnweb.freebsd.org/changeset/ports/476451

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/textproc/p5-Text-BibTeX/Makefile

Modified: head/textproc/p5-Text-BibTeX/Makefile
==============================================================================
--- head/textproc/p5-Text-BibTeX/Makefile	Sun Aug  5 19:08:24 2018	(r476450)
+++ head/textproc/p5-Text-BibTeX/Makefile	Sun Aug  5 19:08:29 2018	(r476451)
@@ -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>


More information about the svn-ports-head mailing list