pkgsrc/math/ruby-spreadsheet/Makefile
obache e854d59d80 Update ruby-spreadsheet to 0.9.6.
### 0.9.6 / 02.12.2013

Author: Malcolm Blyth <trashbat@co.ck>
Date:   Mon Dec 2 11:44:25 2013 +0000

* Fixed issue whereby object author being null caused a gross failure.
* Now returns object author as an empty string
2013-12-04 14:00:28 +00:00

19 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.31 2013/12/04 14:00:28 obache Exp $
#
DISTNAME= spreadsheet-0.9.6
CATEGORIES= math
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://spreadsheet.rubyforge.org/
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"