mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
462 B
Makefile
17 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"
|