1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/rubygem-rgl/Makefile
2015-07-26 15:23:21 +00:00

22 lines
483 B
Makefile

# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= rgl
PORTVERSION= 0.5.1
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.6.1:${PORTSDIR}/devel/rubygem-algorithms \
rubygem-stream>=0.5.0:${PORTSDIR}/devel/rubygem-stream
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>