aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruport/Makefile
blob: c3f6f23306f4a4cf8a0ecaf4f3039d69ff36bf72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	ruport
PORTVERSION=	1.6.3
PORTREVISION=	2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby Reports (Ruport) is an extensible reporting system

LICENSE=	GPLv2 RUBY
LICENSE_COMB=	dual

RUN_DEPENDS=	rubygem-fastercsv>=0:${PORTSDIR}/devel/rubygem-fastercsv \
		rubygem-pdf-writer>=1.1.8:${PORTSDIR}/print/rubygem-pdf-writer

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>