### 0.9.8 / 19.08.2014 Author: PikachuEXE <pikachuexe@gmail.com> Date: Tue Aug 19 09:54:30 2014 +0800 * Fix Encoding for MRI 2.1.0
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.33 2014/08/24 01:02:37 obache Exp $
|
|
#
|
|
|
|
DISTNAME= spreadsheet-0.9.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
|
|
|
|
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"
|