pkgsrc/audio/p5-MP3-Tag/Makefile
adam 53e72a8a6a Changes 1.13:
* Apply patches from Ian:
* ID3v2:add section BUGS with explanation of how we treat v2.4 frames.
	extract MP3 start bytes even if ID3v2 tag is present.
	recognize MP3 MIME type by start bytes
* Tag.pm:document mime_Pretype(), mime_type().
	New optional arguments to mime_Pretype(), mime_type().
	ID3v2 genre tag with value "Blues" or "(0)" could not be set
		(thanks to Eric Benson for analysis).
* ID3v2_Data.pod: rename s/-/_/ - cygwin buggy, fails manifying
		- this was BS, the problem is elsewhere
* mp3info2: state another time that COMM(eng)[lyrics] is a non-standard place
	  for lyrics...
2011-08-06 13:02:32 +00:00

21 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.19 2011/08/06 13:02:32 adam Exp $
DISTNAME= MP3-Tag-1.13
PKGNAME= p5-${DISTNAME}
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}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
PERL5_PACKLIST= auto/MP3/Tag/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"