freebsd-ports/multimedia/p5-Video-OpenQuicktime/Makefile
Ying-Chieh Liao af68190ec1 fix patch when perl <= 5.6.0
Noticed by:	bento via kris
2004-03-12 00:54:05 +00:00

34 lines
898 B
Makefile

# New ports collection makefile for: Video-OpenQuicktime
# Date created: Sun Feb 22 23:06:26 EST 2004
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= Video-OpenQuicktime
PORTVERSION= 1.02
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Video
PKGNAMEPREFIX= p5-
MAINTAINER= ahze@ahze.net
COMMENT= An interface to the OpenQuicktime library
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
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
.endif
.include <bsd.port.post.mk>