forked from Lainports/opnsense-ports
19 lines
446 B
Makefile
19 lines
446 B
Makefile
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rgl
|
|
PORTVERSION= 0.5.3
|
|
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>
|