svn commit: r346405 - head/net/p5-Socket

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 23:08:38 UTC 2014


Author: sunpoet
Date: Thu Feb 27 23:08:37 2014
New Revision: 346405
URL: http://svnweb.freebsd.org/changeset/ports/346405
QAT: https://qat.redports.org/buildarchive/r346405/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/net/p5-Socket/Makefile

Modified: head/net/p5-Socket/Makefile
==============================================================================
--- head/net/p5-Socket/Makefile	Thu Feb 27 23:06:34 2014	(r346404)
+++ head/net/p5-Socket/Makefile	Thu Feb 27 23:08:37 2014	(r346405)
@@ -17,10 +17,4 @@ LICENSE_COMB=	dual
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-ExtUtils-Constant>=0.23:${PORTSDIR}/devel/p5-ExtUtils-Constant
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list