svn commit: r442385 - head/net/p5-Net

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 15:38:56 UTC 2017


Author: sunpoet
Date: Fri Jun  2 15:38:54 2017
New Revision: 442385
URL: https://svnweb.freebsd.org/changeset/ports/442385

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/net/p5-Net/Makefile

Modified: head/net/p5-Net/Makefile
==============================================================================
--- head/net/p5-Net/Makefile	Fri Jun  2 15:38:50 2017	(r442384)
+++ head/net/p5-Net/Makefile	Fri Jun  2 15:38:54 2017	(r442385)
@@ -32,11 +32,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+=	p5-Socket>=2.016:net/p5-Socket
-RUN_DEPENDS+=	p5-Socket>=2.016:net/p5-Socket
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list