Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 19:08:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476449 - head/net/p5-Net-Frame
Message-ID:  <201808051908.w75J8JCt005993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051908.w75J8JCt005993>