d1d19ab807
== 1.2.11.8 / 2014-12-30 - Fix duplicate key warning (github #15 and googlecode #12).
18 lines
444 B
Makefile
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"
|