mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
35 lines
953 B
Makefile
35 lines
953 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Audio-MPD
|
|
PORTVERSION= 2.004
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Class to talk to MPD (Music Player Daemon) servers
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Audio-MPD-Common>=0:audio/p5-Audio-MPD-Common \
|
|
p5-Getopt-Euclid>=0:devel/p5-Getopt-Euclid \
|
|
p5-List-AllUtils>=0:devel/p5-List-AllUtils \
|
|
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
p5-Moose>=0:devel/p5-Moose \
|
|
p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \
|
|
p5-MooseX-SemiAffordanceAccessor>=0:devel/p5-MooseX-SemiAffordanceAccessor \
|
|
p5-MooseX-Types>=0:devel/p5-MooseX-Types \
|
|
p5-Proc-Daemon>=0:devel/p5-Proc-Daemon
|
|
TEST_DEPENDS= p5-Test-Corpus-Audio-MPD>=1.113282:audio/p5-Test-Corpus-Audio-MPD
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|