pkgsrc/devel/ruby-rgl/Makefile
taca c964eb7f58 Update ruby-rgl to 0.5.3.
2016-05 Release 0.5.3

Horst Duchene
 * Issue #38: Add error handling or dot functions. (719e38, 5a3423)

Thomas Orozco
 * Remove Enumerable Extension (fde8a5)
 * Update to codeclimate-test-reporter 1.x (25fdb5)

Mario Daskalov
 * Clarify that you need graphviz in the README (35a4b4)
2017-06-04 16:13:07 +00:00

15 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.10 2017/06/04 16:13:07 taca Exp $
DISTNAME= rgl-0.5.3
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/monora/rgl
COMMENT= Framework for graph data structures and algorithms
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-stream>=0.5:../../devel/ruby-stream
DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"