# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-lazy_priority_queue/Makefile 416005 2016-05-28 17:07:17Z sunpoet $

PORTNAME=	lazy_priority_queue
PORTVERSION=	0.1.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Priority queue implemented using a lazy binomial heap

LICENSE=	BSD2CLAUSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>
