- Update RUN_DEPENDS: remove redundant LOCALBASE/bin Changes: https://github.com/glejeune/Ruby-Graphviz/commits/master
23 lines
431 B
Makefile
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>
|