25 lines
472 B
Makefile
25 lines
472 B
Makefile
# New ports collection makefile for: rubygem-yajl-ruby077
|
|
# Date created: Dec 16, 2011
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yajl-ruby
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A streaming JSON parsing and encoding library for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_LATEST_LINK= yes
|
|
PORTSCOUT= limit:0.7.7
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|