aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-Audio-M4P/Makefile
blob: 16702667e4c689e4ce6e0dd9fa70464d98ab8bde (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
# Created by: Christopher Key <cjk32@cam.ac.uk>

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

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
		p5-Tree-Simple>=0:devel/p5-Tree-Simple \
		p5-Tree-Simple-View>=0:devel/p5-Tree-Simple-View
TEST_DEPENDS=	p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>