freebsd-ports/multimedia/p5-MP4-Info/Makefile
Florent Thoumie 440d7b78f1 - Add p5-MP4-Info, a perl module to extract information from MPEG4 audio
and video files.

PR:		ports/90205
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
2005-12-10 19:05:16 +00:00

22 lines
421 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.05
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=MP4
PKGNAMEPREFIX= p5-
MAINTAINER= lars.eggert@gmx.net
COMMENT= Fetch info from MPEG-4 files
PERL_CONFIGURE= yes
MAN3= MP4::Info.3
.include <bsd.port.mk>