opnsense-ports/devel/rubygem-rgl/Makefile
Franco Fichtner 9a2c491264 */*: sync with upstream
Taken from: FreeBSD
2017-04-24 06:54:48 +02:00

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>