pkgsrc/math/ruby-spreadsheet/Makefile
obache 779bcb3c9b Update ruby-spreadsheet to 0.6.8.
=== 0.6.8 / 20.01.2012

* adds the fix to allow the writing of empty rows, by ClemensP.
* Test also by ClemensP.
2012-01-21 06:12:19 +00:00

21 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/21 06:12:19 obache Exp $
#
DISTNAME= spreadsheet-0.6.8
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"