pkgsrc/audio/ruby-taglib/Makefile
taca a76b3886db Update ruby-taglib to 0.7.0.
## 0.7.0 (2014-08-21)

* Add support for TagLib::RIFF::AIFF (#52, by @tchev)
* Add support for TagLib::RIFF::WAV (#57, by @tchev)
* Associate filesystem encoding to filename strings
* Allow CXX override during gem installation
* Try to detect location of vendor/taglib on Heroku (#28)
* Documentation updates
2015-02-01 12:47:45 +00:00

16 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/02/01 12:47:45 taca Exp $
DISTNAME= taglib-ruby-0.7.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
CATEGORIES= audio
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://robinst.github.com/taglib-ruby/
COMMENT= Ruby library for reading and writing meta-data of many audio formats
LICENSE= mit
USE_LANGUAGES= c c++
.include "../../audio/taglib/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"