mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
20 lines
446 B
Makefile
20 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>
|