19cb0ffd1a
1.3.0 (2021-09-23) * Issues #138 #262, see github.com/zdavatz/spreadsheet
18 lines
471 B
Makefile
18 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.57 2021/11/23 14:42:13 taca Exp $
|
|
|
|
DISTNAME= spreadsheet-1.3.0
|
|
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"
|