aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Test-Corpus-Audio-MPD/Makefile
blob: 92c751c66a5830b2ad2cc3391495d562a07dd515 (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: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Test-Corpus-Audio-MPD
PORTVERSION=	1.120990
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Automate launching of fake mdp for testing purposes

BUILD_DEPENDS=	p5-File-ShareDir-PathClass>0:${PORTSDIR}/devel/p5-File-ShareDir-PathClass \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
NO_STAGE=	yes
USE_PERL5=	modbuild

MAN3=		Test::Corpus::Audio::MPD.3

.include <bsd.port.mk>