openbsd-ports/audio/p5-Audio-MPD-Common/Makefile
jasper 00fade15c5 import Audio::MPD::Common 0.1.1
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.
2007-06-05 21:08:16 +00:00

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>