forked from Lainports/freebsd-ports
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434
25 lines
458 B
Makefile
25 lines
458 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oj
|
|
PORTVERSION= 2.17.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast JSON parser and serializer
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-oj instead.
|
|
EXPIRATION_DATE= 2018-06-30
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|