blob: 07b7ed512ec0140f535199d529d33156c692ed1b (
plain) (
blame)
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
WWW= https://rubyworks.github.io/pqueue/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/License.txt
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>
|