summaryrefslogtreecommitdiff
path: root/multimedia/p5-Audio-M4P/Makefile
blob: c42af8a81570b351191c532f4c5f350dc658a7ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$

PORTNAME=	Audio-M4P
PORTVERSION=	0.51
CATEGORIES=	multimedia perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	M4P / MP4 / m4a Quicktime audio and video tools

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}

USES=		perl5
USE_PERL5=	configure

MAN3=		Audio::M4P.3 \
		Audio::M4P::Atom.3 \
		Audio::M4P::Decrypt.3 \
		Audio::M4P::QuickTime.3

regression-test: build
	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test

NO_STAGE=	yes
.include <bsd.port.mk>