diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-28 07:08:37 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-28 07:08:37 +0800 |
commit | c527935029e40013bf6b426e5a390911e07b1bde (patch) | |
tree | d495d84ab0109d0e1aed1712b56b002ebf03551a /net/p5-Socket/Makefile | |
parent | 115338e205c0121395de4768a2d3d28a18e4407a (diff) | |
download | freebsd-ports-gnome-c527935029e40013bf6b426e5a390911e07b1bde.tar.gz freebsd-ports-gnome-c527935029e40013bf6b426e5a390911e07b1bde.tar.zst freebsd-ports-gnome-c527935029e40013bf6b426e5a390911e07b1bde.zip |
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'net/p5-Socket/Makefile')
-rw-r--r-- | net/p5-Socket/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile index 930fa5b0ca0c..3607dac74835 100644 --- a/net/p5-Socket/Makefile +++ b/net/p5-Socket/Makefile @@ -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> |