freebsd-ports/graphics/rubygem-gruff/Makefile
2015-05-31 19:27:44 +00:00

20 lines
374 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= gruff
PORTVERSION= 0.6.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Beautiful graphing library for Ruby using RMagick
LICENSE= MIT
RUN_DEPENDS= rubygem-rmagick>=2.13.4:${PORTSDIR}/graphics/rubygem-rmagick
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>