95eef2c5f0
update ruby-rgl to 0.5.6. pkgsrc change: add "USE_LANGUAGES= # none". 2019-01 Release 0.5.6 Artemy Kirienko * PR #42 Add method Graph#path?(u, v) to check if a path exists between two vertices Horst Duchene * Fix #47 set_to_begin for graph iterator (881aa8) 2019-01 Release 0.5.5 Artemy Kirienko * PR #42 Add method Graph#path?(u, v) to check if a path exists between two vertices Horst Duchene * Fix #47 set_to_begin for graph iterator (881aa8)
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/10/30 15:27:41 taca Exp $
|
|
|
|
DISTNAME= rgl-0.5.6
|
|
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.2:../../devel/ruby-stream
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-lazy_priority_queue>0.1.0<0.2:../../devel/ruby-lazy_priority_queue
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|