324af0c56d
Useful algorithms and data structures for Ruby, optional C extensions. Heap, Priority Queue, Deque, Stack, Queue, Red-Black Trees, Splay Trees, sorting algorithms, and more.
11 lines
309 B
Makefile
11 lines
309 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/01 12:28:16 taca Exp $
|
|
|
|
DISTNAME= algorithms-0.6.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kanwei/algorithms
|
|
COMMENT= Useful algorithms and data structures for Ruby
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|