freebsd-ports/devel/rubygem-yajl-ruby/Makefile
2018-07-31 23:50:19 +00:00

18 lines
334 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= yajl-ruby
PORTVERSION= 1.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Streaming JSON parsing and encoding library for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>