Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 19:08:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476451 - head/textproc/p5-Text-BibTeX
Message-ID:  <201808051908.w75J8TwZ006217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051908.w75J8TwZ006217>