svn commit: r413822 - head/devel/p5-Debug-Client
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 23 06:47:41 UTC 2016
Author: sunpoet
Date: Sat Apr 23 06:47:40 2016
New Revision: 413822
URL: https://svnweb.freebsd.org/changeset/ports/413822
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 Sat Apr 23 06:47:35 2016 (r413821)
+++ head/devel/p5-Debug-Client/Makefile Sat Apr 23 06:47:40 2016 (r413822)
@@ -29,11 +29,6 @@ USES= perl5
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+= p5-version>=0.99.02:devel/p5-version
-RUN_DEPENDS+= p5-version>=0.99.02:devel/p5-version
-.endif
-
.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
More information about the svn-ports-all
mailing list