Files
pkgsrc-ng/devel/ruby-rgl/Makefile
2016-01-21 23:42:40 +01:00

17 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/09/13 11:50:46 taca Exp $
DISTNAME= rgl-0.5.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rgl.rubyforge.org/
COMMENT= Framework for graph data structures and algorithms
DEPENDS+= ${RUBY_PKGPREFIX}-algorithms>=0.5.0:../../devel/ruby-algorithms
DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream
OVERRIDE_GEMSPEC+= algorithms>=0.5.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"