diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 08:14:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 08:14:11 +0800 |
commit | a7f67b211b542a3d8fedc86ff752e43895df95fb (patch) | |
tree | 3f2791cb6eb71013e46b78fe5d1fa534e478d8b8 | |
parent | 50e0282b1078ac78561e386a47ad3a4156e587c1 (diff) | |
download | freebsd-ports-gnome-a7f67b211b542a3d8fedc86ff752e43895df95fb.tar.gz freebsd-ports-gnome-a7f67b211b542a3d8fedc86ff752e43895df95fb.tar.zst freebsd-ports-gnome-a7f67b211b542a3d8fedc86ff752e43895df95fb.zip |
- Remove outdated PERL_LEVEL check
-rw-r--r-- | devel/p5-Module-Build-XSUtil/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/p5-Module-Build-XSUtil/Makefile b/devel/p5-Module-Build-XSUtil/Makefile index 7ff0db3d4d23..f774907d2a2a 100644 --- a/devel/p5-Module-Build-XSUtil/Makefile +++ b/devel/p5-Module-Build-XSUtil/Makefile @@ -19,13 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= modbuild USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ - p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort -RUN_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |