mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a2ed389309
- Pass maintainership to perl@
22 lines
404 B
Makefile
22 lines
404 B
Makefile
# 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.12
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|