diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:26:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-06 07:26:00 +0800 |
commit | ab5114b0f7e72470e58c512757cc155e944441a5 (patch) | |
tree | 28f2e295aec52082a9ad42c5365ddcf26585da02 /textproc | |
parent | a48c25a28cd699472ca903da52fbe25bafb321b9 (diff) | |
download | freebsd-ports-gnome-ab5114b0f7e72470e58c512757cc155e944441a5.tar.gz freebsd-ports-gnome-ab5114b0f7e72470e58c512757cc155e944441a5.tar.zst freebsd-ports-gnome-ab5114b0f7e72470e58c512757cc155e944441a5.zip |
Remove outdated PERL_LEVEL check
With hat: perl
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-CTPP2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/p5-HTML-CTPP2/Makefile b/textproc/p5-HTML-CTPP2/Makefile index be85d0f20356..c0c6756688fa 100644 --- a/textproc/p5-HTML-CTPP2/Makefile +++ b/textproc/p5-HTML-CTPP2/Makefile @@ -15,6 +15,8 @@ COMMENT= Perl interface module to CTPP2 library BUILD_DEPENDS= ctpp2>=2.5.1:textproc/ctpp2 LIB_DEPENDS= libctpp2.so:textproc/ctpp2 +BROKEN= Fails to build with Perl >= 5.22 + USES= perl5 USE_PERL5= configure @@ -26,10 +28,4 @@ post-patch: /^my $$CXX/s|g++|${CXX}|; /^my $$CC/s|gcc|${CC}|' \ ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |