freebsd-ports/graphics/rubygem-gruff/Makefile
Sunpoet Po-Chuan Hsieh 72527054f6 - Add NO_ARCH
2015-06-03 18:45:39 +00:00

21 lines
387 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>