=== 0.6.5.6 / 20.7.2011
* Added a fix from R. van der Hoorn to sanitize_worksheets if 'sheets' is empty.
* c109f2ac54
21 lines
500 B
Makefile
21 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/07/20 11:06:39 obache Exp $
|
|
#
|
|
|
|
DISTNAME= spreadsheet-0.6.5.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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|