Date: Sun, 6 Nov 2016 16:46:49 +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: r425512 - head/devel/p5-Debug-Client Message-ID: <201611061646.uA6GknXG047868@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 6 16:46:48 2016 New Revision: 425512 URL: https://svnweb.freebsd.org/changeset/ports/425512 Log: - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Debug-Client/Makefile Modified: head/devel/p5-Debug-Client/Makefile ============================================================================== --- head/devel/p5-Debug-Client/Makefile Sun Nov 6 16:46:44 2016 (r425511) +++ head/devel/p5-Debug-Client/Makefile Sun Nov 6 16:46:48 2016 (r425512) @@ -27,11 +27,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502000 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.21:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0.21:net/p5-IO-Socket-IP -.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?201611061646.uA6GknXG047868>