freebsd-ports/textproc/rubygem-spreadsheet/Makefile

22 lines
459 B
Makefile
Raw Normal View History

2013-06-03 03:30:51 +02:00
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= spreadsheet
2013-06-03 03:30:51 +02:00
PORTVERSION= 0.8.5
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
2003-02-18 06:42:05 +01:00
COMMENT= A Ruby module to generate Microsoft Excel compatible files
2011-06-20 19:25:42 +02:00
RUN_DEPENDS= rubygem-ruby-ole>=1.0:${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>