bf4a00b078
- convert from gemspec to ports checks - pass maintainer to submitter (me) PR: ports/133514 Approved by: previous maintainer
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# New ports collection makefile for: devel/rubygem-rgl
|
|
# Date created: 02.08.2005
|
|
# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rgl
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= Framework for graph datastructures and algorithms implemented in Ruby
|
|
|
|
RUN_DEPENDS= rubygem-stream>=0.5:${PORTSDIR}/devel/rubygem-stream
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|