openbsd-ports/audio/p5-Music-Audioscrobbler-MPD/Makefile
jasper b360996fa9 import p5-Music-Audioscrobbler-MPD 0.12
Music::Audioscrobbler::MPD is a scrobbler for MPD. It provides routines
to submit songs to last.fm from MPD.

based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
2008-08-27 19:50:37 +00:00

27 lines
650 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/08/27 19:50:37 jasper Exp $
COMMENT= module to submit songs to last.fm from MPD
DISTNAME= Music-Audioscrobbler-MPD-0.12
CATEGORIES= audio
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CPAN_AUTHOR= EALLENIII
RUN_DEPENDS= ::audio/p5-Music-Audioscrobbler-Submit \
::devel/p5-Proc-Daemon
EG_DIR= ${PREFIX}/share/examples/p5-Music-Audioscrobbler-MPD
post-install:
${INSTALL_DATA_DIR} ${EG_DIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/musicmpdscrobble_example.conf \
${EG_DIR}/musicmpdscrobble.conf
.include <bsd.port.mk>