diff options
Diffstat (limited to 'textproc/ruby-multi_json/Makefile')
-rw-r--r-- | textproc/ruby-multi_json/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ruby-multi_json/Makefile b/textproc/ruby-multi_json/Makefile index 5eba7a81385..75f87f7e778 100644 --- a/textproc/ruby-multi_json/Makefile +++ b/textproc/ruby-multi_json/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2013/02/12 15:08:30 taca Exp $ +# $NetBSD: Makefile,v 1.7 2013/02/13 16:17:51 taca Exp $ -DISTNAME= multi_json-1.5.1 +DISTNAME= multi_json-1.6.0 CATEGORIES= textproc MAINTAINER= pkgsrc-userse@NetBSD.org HOMEPAGE= http://github.com/intridea/multi_json -COMMENT= general-purpose swappable JSON backend library +COMMENT= General-purpose swappable JSON backend library LICENSE= mit .include "../../lang/ruby/gem.mk" |