blob: a418c9875d478625972243c195fb6b3b6fc78135 (
plain)
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
|
# Ports collection makefile for: p5-Video-Info
# Date Created: Feb 25, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Video-Info
PORTVERSION= 0.999
PORTREVISION= 3
CATEGORIES= multimedia perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Retrieve video properties such as: height width codec fps
BROKEN= does not fetch
PERL_CONFIGURE= yes
PERL_CONFIGURE= yes
MANCOMPRESSED= no
MAN3= Video::Info.3
.include <bsd.port.mk>
|