openbsd-ports/www/p5-WebService-Audioscrobbler/Makefile
jasper 2b81275adf import WebService::Audioscrobbler 0.05
This module aims to be a full implementation of a an object-oriented
interface to the Audioscrobbler WebService API (as available on
http://www.audioscrobbler.net/data/webservices/). The module fully
supports data caching and, thus, complies to the service's recommended
usage guides.

ok simon@
2007-08-29 13:24:33 +00:00

26 lines
558 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/08/29 13:24:33 jasper Exp $
COMMENT= interface to the Audioscrobbler WebService API
DISTNAME= WebService-Audioscrobbler-0.05
CATEGORIES= www audio
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Cache-Cache \
::devel/p5-Class-Accessor \
::devel/p5-Class-Data-Accessor \
::devel/p5-Universal-require \
::devel/p5-CLASS \
::textproc/p5-XML-Simple \
::www/p5-URI \
::www/p5-libwww
.include <bsd.port.mk>