freebsd-ports/devel/rubygem-rgl/Makefile
Philip M. Gollucci 8f3a51419c - Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
2010-05-26 19:51:34 +00:00

23 lines
501 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= RG
MAINTAINER= ruby@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>