8f5b5eb524
- While I'm here, remove regression-test: Changes: http://search.cpan.org/dist/Audio-M4P/Changes PR: 188312 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
25 lines
659 B
Makefile
25 lines
659 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Audio-M4P
|
|
PORTVERSION= 0.55
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= M4P / MP4 / m4a Quicktime audio and video tools
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
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}
|
|
TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|