opnsense-ports/devel/rubygem-pqueue/Makefile
Franco Fichtner 16e0086e42 */*: sync with upstream
Taken from: FreeBSD
2016-05-23 06:31:58 +02:00

18 lines
282 B
Makefile

# $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>