fb2084e78d
dependencies, not only regress dependencies. ok jasper@ (MAINTAINER)
33 lines
752 B
Makefile
33 lines
752 B
Makefile
# $OpenBSD: Makefile,v 1.21 2010/12/19 10:53:18 landry Exp $
|
|
|
|
COMMENT= module for communicating with MPD servers
|
|
DISTNAME= Audio-MPD-1.102260
|
|
REVISION= 1
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
CPAN_AUTHOR= JQUELIN
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= audio/p5-Audio-MPD-Common \
|
|
devel/p5-MooseX-Has-Sugar \
|
|
devel/p5-MooseX-SemiAffordanceAccessor \
|
|
devel/p5-Class-Accessor \
|
|
devel/p5-Getopt-Euclid \
|
|
devel/p5-Proc-Daemon
|
|
REGRESS_DEPENDS= devel/p5-Getopt-Euclid \
|
|
devel/p5-Test-Corpus-Audio-MPD
|
|
|
|
.include <bsd.port.mk>
|