aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-spreadsheet/Makefile
blob: 0f4aef20598def906ace2f1042f80aec9a3b8733 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    Spreadsheet/Excel for Ruby
# Date created:     8 December 2002
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   spreadsheet-excel
PORTVERSION=    0.3.5.1
CATEGORIES= textproc rubygems
MASTER_SITES=   ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=  spreadsheet

MAINTAINER= ports@logvinov.com
COMMENT=    A Ruby module to generate Microsoft Excel compatible files

USE_RUBY=   yes
USE_RUBYGEMS=   yes

.include <bsd.port.mk>