freebsd-ports/graphics/rubygem-ruby-graphviz/Makefile
Sunpoet Po-Chuan Hsieh 9a89497d8d Update to 1.2.4
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Changes:	https://github.com/glejeune/Ruby-Graphviz/commits/master
2018-11-15 19:08:14 +00:00

23 lines
431 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= ruby-graphviz
PORTVERSION= 1.2.4
CATEGORIES= graphics ruby rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Interface to the GraphViz Graphing Tool
LICENSE= GPLv2
RUN_DEPENDS= gxl2dot:graphics/graphviz
USE_RUBY= yes
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/dot2ruby bin/gem2gv bin/git2gv bin/ruby2gv bin/xml2gv
.include <bsd.port.mk>