594b1aa8df
## 0.7.1 (2015-12-28) * Fix compile error during gem installation on Ruby 2.3 (MRI) (#67)
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/01/03 05:33:54 taca Exp $
|
|
|
|
DISTNAME= taglib-ruby-0.7.1
|
|
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"
|