svn commit: r346415 - head/misc/p5-Geo-Coder-Many

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 00:35:53 UTC 2014


Author: sunpoet
Date: Fri Feb 28 00:35:53 2014
New Revision: 346415
URL: http://svnweb.freebsd.org/changeset/ports/346415
QAT: https://qat.redports.org/buildarchive/r346415/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/misc/p5-Geo-Coder-Many/Makefile

Modified: head/misc/p5-Geo-Coder-Many/Makefile
==============================================================================
--- head/misc/p5-Geo-Coder-Many/Makefile	Fri Feb 28 00:35:04 2014	(r346414)
+++ head/misc/p5-Geo-Coder-Many/Makefile	Fri Feb 28 00:35:53 2014	(r346415)
@@ -34,11 +34,4 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list