freebsd-ports/devel/rubygem-yajl-ruby/Makefile

23 lines
417 B
Makefile
Raw Normal View History

# New ports collection makefile for: rubygem-yajl-ruby
# Date created: 2010-11-14
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yajl-ruby
2011-01-13 13:45:11 +01:00
PORTVERSION= 0.7.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= A streaming JSON parsing and encoding library for Ruby
2010-12-31 07:22:30 +01:00
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>