1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- IGNORE for perl < 5.6

PR:		ports/64100
Submitted by:	michael johnson <ahze@ahze.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-03-25 22:07:57 +00:00
parent 8464709804
commit 4423c3e60c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105277

View File

@ -19,16 +19,14 @@ BUILD_DEPENDS= ${SITE_PERL}/Inline-API.pod:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS= openquicktime.0:${PORTSDIR}/multimedia/openquicktime
RUN_DEPENDS= ${SITE_PERL}/Inline-API.pod:${PORTSDIR}/devel/p5-Inline
PERL_CONFIGURE= YES
PERL_CONFIGURE= yes
MAN3= Video::OpenQuicktime.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500600
post-patch:
@${PERL} -pi -e "s/our $$VERSION/$$VERSION/g" \
${WRKSRC}/OpenQuicktime.pm
IGNORE= Perl 5.6 or higher is required for this port
.endif
.include <bsd.port.post.mk>