opnsense-ports/textproc/rubygem-unicode_plot/Makefile
Franco Fichtner f36c6d6a86 */*: sync with upstream
Taken from: HardenedBSD
2020-05-22 06:11:20 +02:00

22 lines
436 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
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>