blob: c0b7090b77aa4b84fc4eaf402b3252db33a3ac00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= pqueue
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Priority queue class for Ruby
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/License.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|