svn commit: r476449 - head/net/p5-Net-Frame

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:08:20 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:08:19 2018
New Revision: 476449
URL: https://svnweb.freebsd.org/changeset/ports/476449

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/net/p5-Net-Frame/Makefile

Modified: head/net/p5-Net-Frame/Makefile
==============================================================================
--- head/net/p5-Net-Frame/Makefile	Sun Aug  5 19:08:13 2018	(r476448)
+++ head/net/p5-Net-Frame/Makefile	Sun Aug  5 19:08:19 2018	(r476449)
@@ -23,11 +23,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502400
-BUILD_DEPENDS+=	p5-Socket>=2.019:net/p5-Socket
-RUN_DEPENDS+=	p5-Socket>=2.019:net/p5-Socket
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list