pkgsrc/net/p5-WebService-MusicBrainz0/Makefile
wiz 7c9df5e78d Import p5-WebService-MusicBrainz0-0.94 as net/p5-WebService-MusicBrainz0.
This perl module will search the MusicBrainz database through their
web service and return objects with the found data.

This package contains the old 0.x branch of the package, using v1
of the MusicBrainz API.
2017-07-28 21:15:17 +00:00

21 lines
745 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/07/28 21:15:17 wiz Exp $
DISTNAME= WebService-MusicBrainz-0.94
PKGNAME= p5-${DISTNAME:S/z/z0/}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WebService/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/WebService-MusicBrainz/
COMMENT= Perl 5 module providing an interface to MusicBrainz (0.x)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PERL5_PACKLIST= auto/WebService/MusicBrainz/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"