pkgsrc/devel/ruby-ole/Makefile
taca c5f81cc851 Update ruby-ole to 1.2.12.1.
== 1.2.12.1 / 2017-03-12

- Integer unification for ruby 2.4.0+ (github #19, koic).
2017-03-19 16:44:55 +00:00

18 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.12 2017/03/19 16:44:55 taca Exp $
#
DISTNAME= ruby-ole-1.2.12.1
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aquasync/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"