blob: 58d37387b4dccbf59c3b99724940231f421089d3 (
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
|
# New ports collection makefile for: Test-Corpus-Audio-MPD
# Date created: 18 Sep, 2010
# Whom: Wen Heping <wen@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= Test-Corpus-Audio-MPD
PORTVERSION= 1.113282
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}
PERL_MODBUILD= yes
MAN3= Test::Corpus::Audio::MPD.3
.include <bsd.port.mk>
|