opnsense-ports/graphics/rubygem-gruff/Makefile
Franco Fichtner 6c54ab69a0 */*: sync with upstream
Taken from: HardenedBSD
2021-07-21 08:08:56 +02:00

22 lines
418 B
Makefile

# Created by: ijliao
PORTNAME= gruff
PORTVERSION= 0.14.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Beautiful graphing library for Ruby using RMagick
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-histogram>=0:graphics/rubygem-histogram \
rubygem-rmagick>=0:graphics/rubygem-rmagick
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>