freebsd-ports/textproc/rubygem-spreadsheet/Makefile
Sunpoet Po-Chuan Hsieh 7f343c16cc - Update to 1.0.3
- Add LICENSE_FILE

Note that its LICENSE.txt is GPLv3 but .gemspec erroneously set s.licenses = ["MIT"].

Changes:	http://scm.ywesee.com/?p=spreadsheet/.git;f=History.md;hb=HEAD
2015-05-27 16:22:12 +00:00

23 lines
484 B
Makefile

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