opnsense-ports/devel/rubygem-oj/Makefile
Franco Fichtner 329907ce5b */*: sync with upstream
Taken from: HardenedBSD
2019-07-26 08:56:59 +02:00

20 lines
339 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= oj
PORTVERSION= 3.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast JSON parser and serializer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgmp.so:math/gmp
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>