blob: a4d2e30955890a1def72c5d5ec59220b255a0e19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|