1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/textproc/rubygem-spreadsheet/Makefile
2018-08-21 18:25:05 +00:00

24 lines
455 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= spreadsheet
PORTVERSION= 1.1.8
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:devel/rubygem-ruby-ole
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/xlsopcodes
.include <bsd.port.mk>