diff options
Diffstat (limited to 'devel/rubygem-yajl-ruby077/Makefile')
-rw-r--r-- | devel/rubygem-yajl-ruby077/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-yajl-ruby077/Makefile b/devel/rubygem-yajl-ruby077/Makefile new file mode 100644 index 000000000000..e9d1dcd8cce0 --- /dev/null +++ b/devel/rubygem-yajl-ruby077/Makefile @@ -0,0 +1,22 @@ +# 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 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |