summaryrefslogtreecommitdiff
path: root/audio/p5-MusicBrainz-DiscID/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/p5-MusicBrainz-DiscID/Makefile')
-rw-r--r--audio/p5-MusicBrainz-DiscID/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile
new file mode 100644
index 00000000000..c4d1b6bcb23
--- /dev/null
+++ b/audio/p5-MusicBrainz-DiscID/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2015/01/04 11:49:03 wiz Exp $
+
+DISTNAME= MusicBrainz-DiscID-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= audio perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MusicBrainz/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~njh/MusicBrainz-DiscID/
+COMMENT= Perl interface for the MusicBrainz libdiscid library
+LICENSE= gnu-gpl-v2 # or later
+
+DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+
+PERL5_PACKLIST= auto/MusicBrainz/DiscID/.packlist
+
+PERL5_MODULE_TYPE= Module::Build
+USE_TOOLS+= pkg-config
+
+.include "../../audio/libdiscid/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"