freebsd-ports/textproc/rubygem-spreadsheet/Makefile
Martin Wilke 28a9135912 - Update to 0.6.3.1
PR:		131762
Submitted by:	Alexander Logvinov <ports@logvinov.com> (maintainer)
2009-02-19 20:15:12 +00:00

25 lines
562 B
Makefile

# 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= ports@logvinov.com
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>