Date: Mon, 5 Jun 2017 23:26:00 +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: r442718 - head/textproc/p5-HTML-CTPP2 Message-ID: <201706052326.v55NQ0fY064746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 5 23:26:00 2017 New Revision: 442718 URL: https://svnweb.freebsd.org/changeset/ports/442718 Log: Remove outdated PERL_LEVEL check With hat: perl Modified: head/textproc/p5-HTML-CTPP2/Makefile Modified: head/textproc/p5-HTML-CTPP2/Makefile ============================================================================== --- head/textproc/p5-HTML-CTPP2/Makefile Mon Jun 5 23:25:55 2017 (r442717) +++ head/textproc/p5-HTML-CTPP2/Makefile Mon Jun 5 23:26:00 2017 (r442718) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706052326.v55NQ0fY064746>