summaryrefslogtreecommitdiff
path: root/devel/ruby-lazy_priority_queue/Makefile
blob: 31bd5eecde50631c5beb70e5d846c871a31f8db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.1 2016/10/10 23:15:34 taca Exp $

DISTNAME=	lazy_priority_queue-0.1.1
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/matiasbattocchia/lazy_priority_queue
COMMENT=	Priority queue implemented using a lazy binomial heap
LICENSE=	2-clause-bsd

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"