ports/devel/rubygem-oj/Makefile
2018-03-05 17:15:16 +00:00

19 lines
304 B
Makefile

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