3d9b3d4f97
Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the 1.2 protocol, including "Now Playing' feature. Items are submitted and stored in a queue. This queue is stored as a file using Tie::File. When you submit a track, it will add the queue to the track and process the queue. If it submits all items in the queue, the submit() method will return true. based on a port by anton v. yabchinkiy, with tweaks by me. ok landry@
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/08/27 19:49:18 jasper Exp $
|
|
|
|
COMMENT= module providing routines to submit songs to last.fm
|
|
|
|
DISTNAME= Music-Audioscrobbler-Submit-0.05
|
|
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= ::devel/p5-Config-Options \
|
|
::www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|