=== 0.8.7 / 2015-07-13 * Cope with malformed UTF16 string tags without BOM (thanks to mikecrowe) * Fixes for when the desc + data are not unpacked correctly for an id3v2 jpeg (thanks to ekaminsky)
16 lines
418 B
Makefile
16 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/08/02 15:48:23 taca Exp $
|
|
#
|
|
|
|
DISTNAME= ruby-mp3info-0.8.7
|
|
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/moumar/ruby-mp3info
|
|
COMMENT= Pure-ruby library for informations and tags on mp3 files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|