968babd6e4
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an audio CD in the drive. The coding style is slightly different to the C interface to libdiscid, because it makes use of perl's Object Oriented functionality.
22 lines
660 B
Makefile
22 lines
660 B
Makefile
# $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"
|