diff options
Diffstat (limited to 'devel/rubygem-json1')
-rw-r--r-- | devel/rubygem-json1/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-json1/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-json1/pkg-descr | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/rubygem-json1/Makefile b/devel/rubygem-json1/Makefile new file mode 100644 index 0000000..7768724 --- /dev/null +++ b/devel/rubygem-json1/Makefile @@ -0,0 +1,23 @@ +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= json +PORTVERSION= 1.8.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Parse JSON texts and generate them from ruby data structures + +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING + +USE_RUBY= yes +USES= gem + +PORTSCOUT= limit:^1\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-json1/distinfo b/devel/rubygem-json1/distinfo new file mode 100644 index 0000000..4d09b59 --- /dev/null +++ b/devel/rubygem-json1/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/json-1.8.3.gem) = 8ca2091e26678fb989d66cdb9f0104f1307bc584b429c2fd783d51e4b3f14bdb +SIZE (rubygem/json-1.8.3.gem) = 152064 diff --git a/devel/rubygem-json1/pkg-descr b/devel/rubygem-json1/pkg-descr new file mode 100644 index 0000000..0b1373d --- /dev/null +++ b/devel/rubygem-json1/pkg-descr @@ -0,0 +1,5 @@ +This library can parse JSON texts and generate them from ruby data structures. +This port implemented in C and comes with its own unicode conversion functions +and a parser generated by the Ragel State Machine Compiler. + +WWW: http://flori.github.io/json/ |