4da3aa43c0
This module will try to launch a new mpd server for testing purposes. This mpd server will then be used during POE::Component::Client::MPD or Audio::MPD tests. ok sthen@
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/29 17:17:26 jasper Exp $
|
|
|
|
COMMENT= automate launching of fake mpd for testing purposes
|
|
|
|
DISTNAME= Test-Corpus-Audio-MPD-1.100500
|
|
CATEGORIES= devel audio
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-File-ShareDir \
|
|
::devel/p5-Path-Class \
|
|
::devel/p5-Readonly
|
|
|
|
.include <bsd.port.mk>
|