freebsd-ports/devel/rubygem-rgl/Makefile
2015-05-30 23:11:23 +00:00

19 lines
465 B
Makefile

# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= rgl
PORTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Framework for graph datastructures and algorithms implemented in Ruby
RUN_DEPENDS= rubygem-algorithms>=0:${PORTSDIR}/devel/rubygem-algorithms \
rubygem-stream>=0.5.0:${PORTSDIR}/devel/rubygem-stream
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>