Update ruby-spreadsheet to 1.2.6. ### 1.2.6 22.1.2020 Author: tetsuya-ogawa <tetsuya.ogawa87@gmail.com> Date: Wed Jan 22 15:18:00 2020 +0900 * add instance method "<<" to Spreadsheet::Worksheet
18 lines
471 B
Makefile
18 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.53 2020/03/08 16:07:29 taca Exp $
|
|
|
|
DISTNAME= spreadsheet-1.2.6
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zdavatz/spreadsheet
|
|
COMMENT= Ruby Spreadsheet Library to read and write Spreadsheet Documents
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ole>=1.0:../../devel/ruby-ole
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|