blob: bc841f6365e92cf0b2b483861bd63fbf615d2ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.7 2011/09/08 10:57:42 obache Exp $
#
DISTNAME= spreadsheet-0.6.5.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
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"
|