svn commit: r476450 - head/textproc/p5-Pod-ProjectDocs

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


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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/textproc/p5-Pod-ProjectDocs/Makefile

Modified: head/textproc/p5-Pod-ProjectDocs/Makefile
==============================================================================
--- head/textproc/p5-Pod-ProjectDocs/Makefile	Sun Aug  5 19:08:19 2018	(r476449)
+++ head/textproc/p5-Pod-ProjectDocs/Makefile	Sun Aug  5 19:08:24 2018	(r476450)
@@ -25,11 +25,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502400
-BUILD_DEPENDS+=	p5-Pod-Simple>=3.31:textproc/p5-Pod-Simple
-RUN_DEPENDS+=	p5-Pod-Simple>=3.31:textproc/p5-Pod-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list