svn commit: r346391 - head/devel/p5-CPAN-Meta

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 21:44:21 UTC 2014


Author: sunpoet
Date: Thu Feb 27 21:44:20 2014
New Revision: 346391
URL: http://svnweb.freebsd.org/changeset/ports/346391
QAT: https://qat.redports.org/buildarchive/r346391/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-CPAN-Meta/Makefile

Modified: head/devel/p5-CPAN-Meta/Makefile
==============================================================================
--- head/devel/p5-CPAN-Meta/Makefile	Thu Feb 27 20:52:58 2014	(r346390)
+++ head/devel/p5-CPAN-Meta/Makefile	Thu Feb 27 21:44:20 2014	(r346391)
@@ -24,11 +24,6 @@ USES=		perl5
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-version>=0.88:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-version>=0.88:${PORTSDIR}/devel/p5-version
-.endif
-
 .if ${PERL_LEVEL} < 501600
 BUILD_DEPENDS+=	p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP
 RUN_DEPENDS+=	p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP


More information about the svn-ports-all mailing list