freebsd-ports/multimedia/p5-Video-OpenQuicktime/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
759 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
PORTREVISION= 2
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Video
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
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.mk>