mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
468 B
Makefile
20 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.39 2015/09/13 15:50:27 taca Exp $
|
|
#
|
|
|
|
DISTNAME= spreadsheet-1.0.5
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|