Date: Thu, 27 Feb 2014 23:08:37 +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: r346405 - head/net/p5-Socket Message-ID: <201402272308.s1RN8bl6032416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402272308.s1RN8bl6032416>