20 lines
587 B
Makefile
20 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.15 2011/10/15 18:52:11 hiramatsu Exp $
|
|
|
|
DISTNAME= MusicBrainz-Queries-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MusicBrainz/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.musicbrainz.org/
|
|
COMMENT= Provide access to the Music Brainz RDF Query Constants
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/MusicBrainz/Queries/.packlist
|
|
|
|
.include "../../audio/musicbrainz/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|