svn commit: r442311 - head/devel/p5-App-perlbrew

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 1 19:57:52 UTC 2017


Author: sunpoet
Date: Thu Jun  1 19:57:51 2017
New Revision: 442311
URL: https://svnweb.freebsd.org/changeset/ports/442311

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-App-perlbrew/Makefile

Modified: head/devel/p5-App-perlbrew/Makefile
==============================================================================
--- head/devel/p5-App-perlbrew/Makefile	Thu Jun  1 19:57:45 2017	(r442310)
+++ head/devel/p5-App-perlbrew/Makefile	Thu Jun  1 19:57:51 2017	(r442311)
@@ -32,11 +32,6 @@ USES=		perl5
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser
-RUN_DEPENDS+=	p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser
-.endif
-
 .if ${PERL_LEVEL} < 502400
 BUILD_DEPENDS+=	p5-Pod-Usage>=1.68:devel/p5-Pod-Usage
 RUN_DEPENDS+=	p5-Pod-Usage>=1.68:devel/p5-Pod-Usage


More information about the svn-ports-all mailing list