1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build with recent perl5-devel.

This commit is contained in:
Mathieu Arnold 2019-06-04 14:06:18 +00:00
parent bdd206951e
commit 37f9ed1f9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503473

View File

@ -11,7 +11,8 @@ COMMENT= Brings gettext translation tools to all kinds of docs
LICENSE= GPLv2
BUILD_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \
p5-Text-WrapI18N>=0.06:textproc/p5-Text-WrapI18N \
p5-SGMLSpm>=1.03:textproc/p5-SGMLSpm \
p5-Locale-gettext>=1.05:devel/p5-Locale-gettext \
@ -19,9 +20,14 @@ BUILD_DEPENDS= p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \
jade>=0:textproc/jade \
xsltproc:textproc/libxslt \
docbook-xsl>0:textproc/docbook-xsl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gettext perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 503100
RUN_DEPENDS+= p5-Pod-Parser>0:textproc/p5-Pod-Parser
.endif
.include <bsd.port.post.mk>