mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
23 lines
418 B
Makefile
23 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>
|