89eeaa5dc7
2019-01 Release 0.5.7 Horst Duchene * Fully automate dev setup with Gitpod (41dd00) * Add Dockerfile to install graphviz (2bd738) * Examples do not call dotty (6bba96) * Add ruby license file (a21aa5) ujihisa <ujihisa@users.noreply.github.com> * Test against Ruby 2.6 and 2.7 as well (50ac7c) * Fix dead links (9184f3) Harry Lascelles <hlascelles@users.noreply.github.com> * Update .travis.yml (45b9a2) * Make the links more explicit (95dc3b) Harry Lascelles * Add explicit license to gemspec (de3647)
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/01/10 16:20:48 taca Exp $
|
|
|
|
DISTNAME= rgl-0.5.7
|
|
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.3:../../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"
|