779bcb3c9b
=== 0.6.8 / 20.01.2012 * adds the fix to allow the writing of empty rows, by ClemensP. * Test also by ClemensP.
21 lines
498 B
Makefile
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"
|