aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-unicode_plot/Makefile
blob: 0465e17426dc1653427a0fa9a00c0db2ac44dbc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	unicode_plot
PORTVERSION=	0.0.4
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Plot your data by Unicode characters

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

RUN_DEPENDS=	rubygem-enumerable-statistics>=2.0.1:math/rubygem-enumerable-statistics

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>