2003-01-01 21:02:42 +01:00
|
|
|
# New ports collection makefile for: Spreadsheet/Excel for Ruby
|
|
|
|
# Date created: 8 December 2002
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-12-15 08:28:01 +01:00
|
|
|
PORTNAME= spreadsheet
|
2009-09-18 00:45:46 +02:00
|
|
|
PORTVERSION= 0.6.4.1
|
2007-07-09 03:52:54 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
2008-12-15 08:28:01 +01:00
|
|
|
MASTER_SITES= RF
|
2003-01-01 21:02:42 +01:00
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2003-02-18 06:42:05 +01:00
|
|
|
COMMENT= A Ruby module to generate Microsoft Excel compatible files
|
2003-01-01 21:02:42 +01:00
|
|
|
|
2008-12-15 08:28:01 +01:00
|
|
|
RUN_DEPENDS= rubygem-ruby-ole>=1.0.2:${PORTSDIR}/devel/rubygem-ruby-ole
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
2008-12-15 08:28:01 +01:00
|
|
|
USE_RUBY_FEATURES= iconv
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2009-02-19 21:15:12 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2009-02-19 21:15:12 +01:00
|
|
|
PLIST_FILES= bin/xlsopcodes
|
2008-12-15 08:28:01 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|