mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b66e9c955a
PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
22 lines
620 B
Makefile
22 lines
620 B
Makefile
# New ports collection makefile for: devel/rubygem-rgl
|
|
# Date created: 02.08.2005
|
|
# Whom: Ulrich Spoerlein <q@galgenberg.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rgl
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/3958/
|
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
|
COMMENT= Framework for graph datastructures and algorithms implemented in Ruby
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/ruby/gems/1.8/specifications/stream-0.5.gemspec:${PORTSDIR}/devel/rubygem-stream
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|