freebsd-ports/devel/rubygem-oj/Makefile
2017-02-24 15:58:03 +00:00

19 lines
305 B
Makefile

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