30 lines
693 B
Makefile
30 lines
693 B
Makefile
# $OpenBSD: Makefile,v 1.10 2008/04/15 21:01:59 jasper Exp $
|
|
|
|
COMMENT= module for communicating with MPD servers
|
|
DISTNAME= Audio-MPD-0.19.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 \
|
|
::audio/p5-Audio-MPD-Common
|
|
REGRESS_DEPENDS= ::devel/p5-Readonly
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Audio-MPD
|
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/* \
|
|
${PREFIX}/share/examples/p5-Audio-MPD
|
|
|
|
.include <bsd.port.mk>
|