freebsd-ports/textproc/rubygem-spreadsheet/Makefile
2015-03-14 14:36:13 +00:00

22 lines
448 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= spreadsheet
PORTVERSION= 1.0.0
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_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/xlsopcodes
.include <bsd.port.mk>