aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-spreadsheet/Makefile
blob: ea831c0516d2fa2d2671d16e2c24d21d49c5deb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>

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>