9756a5db01
* Fix license information in gemspec.
19 lines
473 B
Makefile
19 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.45 2017/03/20 13:36:35 taca Exp $
|
|
#
|
|
|
|
DISTNAME= spreadsheet-1.1.4
|
|
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"
|