00fade15c5
Audio::MPD::Common is a bunch of common classes used by both Audio::MPD and POE::Component::Client::MPD (two modules meant to access Music Player Daemon, aka mpd). Since those classes are independent of the runloop (poe or non-poe aware), Audio::MPD::Common comes to the rescue.
23 lines
443 B
Makefile
23 lines
443 B
Makefile
COMMENT= bunch of common helper classes for MPD
|
|
|
|
DISTNAME= Audio-MPD-Common-0.1.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
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-Class-Accessor
|
|
REGRESS_DEPENDS= ::devel/p5-Readonly
|
|
|
|
.include <bsd.port.mk>
|