21 lines
474 B
Makefile
21 lines
474 B
Makefile
PORTNAME= rgl
|
|
PORTVERSION= 0.5.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby framework for graph algorithms and data structures
|
|
WWW= https://github.com/monora/rgl
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-pairing_heap>=0.3.0:devel/rubygem-pairing_heap \
|
|
rubygem-rexml>=3.2.4<4:textproc/rubygem-rexml \
|
|
rubygem-stream>=0.5.3<0.6:devel/rubygem-stream
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|