mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
20 lines
337 B
Makefile
20 lines
337 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oj
|
|
PORTVERSION= 3.3.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast JSON parser and serializer
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
|
libunwind.so:devel/libunwind
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|