pkgsrc/devel/ruby-algorithms/Makefile
taca 324af0c56d Add ruby-algorithms package version 0.6.1.
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.
2015-02-01 12:28:16 +00:00

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"