freebsd-ports/textproc/rubygem-spreadsheet/Makefile
Sunpoet Po-Chuan Hsieh cdd87d14b5 - Update to 0.8.9
- Remove leading indefinite article from COMMENT
- Add LICENSE

Changes:	http://scm.ywesee.com/?p=spreadsheet/.git;f=History.txt;hb=HEAD
2013-08-25 14:01:20 +00:00

23 lines
473 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= spreadsheet
PORTVERSION= 0.8.9
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby module to generate Microsoft Excel compatible files
LICENSE= GPLv3
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>