1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-04-23 06:49:05 +00:00
parent ce7e6d14af
commit 087298888d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413841

View File

@ -26,13 +26,6 @@ CONFIGURE_ENV= CXX="${CXX}"
CFLAGS+= -pthread -Wno-write-strings
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501508
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:devel/p5-ExtUtils-ParseXS
RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:devel/p5-ExtUtils-ParseXS
.endif
post-configure:
@${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \
${REINPLACE_CMD} -e \
@ -46,4 +39,4 @@ post-install:
@${FIND} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} -name "*.so" -type f \
| ${XARGS} ${STRIP_CMD}
.include <bsd.port.post.mk>
.include <bsd.port.mk>