aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-gruff/Makefile
blob: 6a565dc427ee56f9336b0e940e8d8cded2c8316f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	gruff
PORTVERSION=	0.18.0
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Beautiful graphing library for Ruby using RMagick

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-histogram>=0:graphics/rubygem-histogram \
		rubygem-rmagick>=4.2:graphics/rubygem-rmagick

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>