blob: 65f3acd319c1d87f4ed61a5d1d7513623470ea54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: Spreadsheet/Excel for Ruby
# Date created: 8 December 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= spreadsheet
PORTVERSION= 0.6.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RF
MAINTAINER= avl@FreeBSD.org
COMMENT= A Ruby module to generate Microsoft Excel compatible files
RUN_DEPENDS= rubygem-ruby-ole>=1.0.2:${PORTSDIR}/devel/rubygem-ruby-ole
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/xlsopcodes
.include <bsd.port.mk>
|