mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# Created by: Lars Eggert <lars.eggert@gmx.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MP4-Info
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Fetch info from MPEG-4 files
|
|
|
|
BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
|
p5-Encode>=2.10:${PORTSDIR}/converters/p5-Encode
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|