freebsd-ports/devel/rubygem-mini_histogram/Makefile
2021-04-06 16:31:07 +02:00

19 lines
334 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= mini_histogram
PORTVERSION= 0.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Makes histograms out of Ruby data
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>