pkgsrc/devel/ruby-ole/Makefile
taca 136af2fccb devel/ruby-ole: update to 1.2.12.2
== 1.2.12.2 / 2019-03-12

- Fix to work with frozen string literals (github #24, taichi-ishitani).
2019-05-06 05:28:01 +00:00

18 lines
451 B
Makefile

# $NetBSD: Makefile,v 1.13 2019/05/06 05:28:01 taca Exp $
#
DISTNAME= ruby-ole-1.2.12.2
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"