2013-09-20 22:57:48 +02:00
|
|
|
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
2010-07-07 16:43:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Audio-M4P
|
2015-01-30 16:16:34 +01:00
|
|
|
PORTVERSION= 0.57
|
2010-07-07 16:43:26 +02:00
|
|
|
CATEGORIES= multimedia perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2010-07-07 16:43:26 +02:00
|
|
|
COMMENT= M4P / MP4 / m4a Quicktime audio and video tools
|
|
|
|
|
2014-02-04 12:41:28 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2010-07-07 16:43:26 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
|
|
|
p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \
|
|
|
|
p5-Tree-Simple-View>=0:${PORTSDIR}/devel/p5-Tree-Simple-View
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2014-02-04 12:41:28 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
|
2010-07-07 16:43:26 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-07-07 16:43:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|