3193a2c1be
0.04 Tue 13 Jun 2017 22:27:29 BST - Use ExtUtils::MakeMaker instead of Module::Build - Fixed encoding in POD (RT#85212) - Fixed stack corruption in discid_put (RT#98179) - Updated tests for libdiscid 0.6.x (RT#89285) - Fixed typo in POD (RT#85212)
22 lines
649 B
Makefile
22 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/06/14 13:27:00 wiz Exp $
|
|
|
|
DISTNAME= MusicBrainz-DiscID-0.04
|
|
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
|
|
|
|
EXTRACT_USING= bsdtar
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../audio/libdiscid/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|