7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
22 lines
637 B
Makefile
22 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.26 2014/05/29 23:35:15 wiz Exp $
|
|
|
|
DISTNAME= MP3-Tag-1.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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+= {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"
|