f672363d34
pkgsrc change: add LICENSE.
No release note nor changelog, please refer
<51a6d60f05...5926f80c2f
>.
12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/05/04 07:43:49 taca Exp $
|
|
|
|
DISTNAME= algorithms-1.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kanwei/algorithms
|
|
COMMENT= Useful algorithms and data structures for Ruby
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|