pkgsrc/audio/p5-MP3-Tag/Makefile
wiz edfa5f0df9 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

22 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.24 2013/05/31 12:39:37 wiz Exp $
DISTNAME= MP3-Tag-1.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5mp3
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+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
PERL5_PACKLIST= auto/MP3/Tag/.packlist
REPLACE_PERL+= lib/Encode/transliterate_win1251.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"