blob: 6df8019c4dd69d3c150baf1a89f7919ec07b6271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= rgl
PORTVERSION= 0.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Framework for graph datastructures and algorithms implemented in Ruby
RUN_DEPENDS= rubygem-lazy_priority_queue>=0.1.0:devel/rubygem-lazy_priority_queue \
rubygem-stream>=0.5.0:devel/rubygem-stream
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|