=== 0.8.9 / 24.08.2013 Author: Doug Renn <renn@nestegg.com> Date: Fri Aug 23 17:10:24 2013 -0600 * Work around to handle number formats that are being mistaken time formats
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.25 2013/08/26 09:38:28 obache Exp $
|
|
#
|
|
|
|
DISTNAME= spreadsheet-0.8.9
|
|
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"
|