diff options
author | kim <kim@pkgsrc.org> | 2002-12-30 23:12:40 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-12-30 23:12:40 +0000 |
commit | 634d85f39f1c6c76182d6ca771ec0f435118d33a (patch) | |
tree | 5efe82416e7c2b1688d1fef2031c9960b99b625a /audio/p5-MP3-Info/Makefile | |
parent | 1406149ce221fcc619343ebb3888d3e8b518097e (diff) | |
download | pkgsrc-634d85f39f1c6c76182d6ca771ec0f435118d33a.tar.gz |
Provide access to more ID3v2 frames by default.
Diffstat (limited to 'audio/p5-MP3-Info/Makefile')
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index 2415caf52f4..d2ae48a659e 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/10/20 17:46:02 seb Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/30 23:12:40 kim Exp $ DISTNAME= MP3-Info-1.01 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/} |