1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Remove outdated PERL_LEVEL check

With hat:	perl
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-05 23:26:00 +00:00
parent c6eacbbbef
commit 4d547643ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442718

View File

@ -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>