mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
23 lines
345 B
Makefile
23 lines
345 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
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|