summaryrefslogtreecommitdiff
path: root/print/rubygem-prawn-graph/Makefile
blob: 6d7c25b00213ff05a9e304c00ac69950101f343c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:	rubygem-prawn-graph
# Date created:				December 16, 2010
# Whom:					Philip M. Gollucci <pgpollucci@p6m7g8.com>
#
# $FreeBSD$

PORTNAME=	prawn-graph
PORTVERSION=	0.0.4
CATEGORIES=	print rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Draw basic graphs and charts natively in your PDFs

RUN_DEPENDS=	rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>