opnsense-ports/devel/rubygem-lazy_priority_queue/Makefile
Franco Fichtner 66b0689c6c */*: sync with upstream
Taken from: FreeBSD
2016-05-29 17:49:39 +02:00

18 lines
345 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>