opnsense-ports/graphics/rubygem-gruff/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

20 lines
424 B
Makefile

PORTNAME= gruff
PORTVERSION= 0.22.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Beautiful graphing library for Ruby using RMagick
WWW= https://github.com/topfunky/gruff
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-histogram>=0:graphics/rubygem-histogram \
rubygem-rmagick>=4.2:graphics/rubygem-rmagick
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>