summaryrefslogtreecommitdiff
path: root/devel/rubygem-pqueue/Makefile
blob: 29092a93eded471f618a1888330e11c82aa1c193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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>