pkgsrc/devel/ruby-ole/Makefile
obache d1d19ab807 Update ruby-ole to 1.2.11.8.
== 1.2.11.8 / 2014-12-30

- Fix duplicate key warning (github #15 and googlecode #12).
2015-01-19 12:38:41 +00:00

18 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/01/19 12:38:41 obache Exp $
#
DISTNAME= ruby-ole-1.2.11.8
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
CATEGORIES= devel
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/ruby-ole/
COMMENT= Ruby library for read/write access to OLE compound documents
LICENSE= mit
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"