aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-pqueue/Makefile
blob: 480ab668e1d149fb00374a3aaf87c9ea99c0643e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

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>