blob: eddcbb9520a8d60a78ffe871a444c5c956bd11da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-MP4-Info
# Date created: 10-Dec-2005
# Whom: Lars Eggert <lars.eggert@gmx.net>
#
# $FreeBSD$
#
PORTNAME= MP4-Info
PORTVERSION= 1.11
CATEGORIES= multimedia perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Fetch info from MPEG-4 files
PERL_CONFIGURE= 5.7.3+ #inherited from p5-Encode
MAN3= MP4::Info.3
.include <bsd.port.mk>
|