21 lines
617 B
Makefile
21 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.27 2014/10/09 13:44:32 wiz Exp $
|
|
|
|
DISTNAME= MP3-Tag-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/}
|
|
|
|
MAINTAINER= damon@brodiefamily.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MP3-Tag/
|
|
COMMENT= This is a perl module to read/write tags of mp3-files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress #Compress::Zlib>=0
|
|
|
|
PERL5_PACKLIST= auto/MP3/Tag/.packlist
|
|
|
|
REPLACE_PERL+= lib/Encode/transliterate_win1251.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|