svn commit: r442718 - head/textproc/p5-HTML-CTPP2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:26:01 UTC 2017


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>


More information about the svn-ports-all mailing list