freebsd-ports/devel/rubygem-oj/Makefile
2018-01-01 20:59:24 +00:00

19 lines
305 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= oj
PORTVERSION= 3.3.10
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>