summaryrefslogtreecommitdiff
path: root/devel/rubygem-mini_histogram/Makefile
blob: aeb9395a7ccf88eb274ea1974ea65d21b42261b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	mini_histogram
PORTVERSION=	0.3.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Makes histograms out of Ruby data
WWW=		https://github.com/zombocom/mini_histogram

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>