summaryrefslogtreecommitdiff
path: root/devel/rubygem-rgl/Makefile
blob: b2c009e68809b286c3bb7b2f42f2028e1177aad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:devel/rubygem-algorithms \
		rubygem-stream>=0.5.0:devel/rubygem-stream

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>