32 lines
733 B
Makefile
32 lines
733 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/02 18:21:10 jasper Exp $
|
|
|
|
COMMENT= complete MPD client library
|
|
|
|
DISTNAME= POE-Component-Client-MPD-0.8.0
|
|
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
|
|
|
|
RUN_DEPENDS= ::audio/p5-Audio-MPD-Common \
|
|
::devel/p5-Class-Accessor \
|
|
::devel/p5-List-MoreUtils \
|
|
::devel/p5-POE \
|
|
::devel/p5-Readonly
|
|
|
|
PORTHOME= ${WRKDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-POE-Component-Client-MPD
|
|
${INSTALL_DATA} ${WRKSRC}/bin/client.pl \
|
|
${PREFIX}/share/examples/p5-POE-Component-Client-MPD
|
|
|
|
.include <bsd.port.mk>
|