freebsd-ports/devel/rubygem-rgl/Makefile
Pav Lucistnik 983ae7c2d9 RGL is a framework for graph data structures and algorithms.
The design of the library is much influenced by the Boost Graph
Library (BGL) which is written in C++ heavily using its template
mechanism. Refer to http://www.boost.org/libs/graph/doc for further
links and documentation on graph data structures and algorithms and
the design rationales of BGL.

PR:		ports/84587
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-09-04 12:38:38 +00:00

20 lines
596 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
CATEGORIES= devel ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/3958/
MAINTAINER= q@galgenberg.net
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>