31b1e080e5
=== 0.7.7 / 22.01.2013 Author: DeTeam <timur.deteam@gmail.com> Date: Tue Jan 22 19:11:52 2013 +0400 * Make tests pass * Readme updated * RuntimeError when file is empty * Hoe in dev deps * Finish with bundler * Add a Gemfile also see: https://github.com/zdavatz/spreadsheet/pull/24
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/01/24 10:50:35 obache Exp $
|
|
#
|
|
|
|
DISTNAME= spreadsheet-0.7.7
|
|
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"
|