blob: 954d2c0f54809c2b5c02236ed1d7d7b6a572c7e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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= 1
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.pre.mk>
.if ${PERL_LEVEL} <= 500600
IGNORE= Perl 5.6 or higher is required for this port
.endif
.include <bsd.port.post.mk>
|