29 lines
659 B
Makefile
29 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/04/29 19:19:55 jasper Exp $
|
|
|
|
COMMENT= "module for communicating with MPD servers"
|
|
DISTNAME= Audio-MPD-0.17.2
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# GPL
|
|
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
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Audio-MPD
|
|
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* \
|
|
${PREFIX}/share/examples/p5-Audio-MPD
|
|
|
|
.include <bsd.port.mk>
|