diff options
Diffstat (limited to 'textproc/ruby-multi_json/Makefile')
-rw-r--r-- | textproc/ruby-multi_json/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/ruby-multi_json/Makefile b/textproc/ruby-multi_json/Makefile new file mode 100644 index 00000000000..d40b37e07be --- /dev/null +++ b/textproc/ruby-multi_json/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $ + +DISTNAME= multi_json-1.0.4 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-userse@NetBSD.org +HOMEPAGE= http://github.com/intridea/multi_json +COMMENT= general-purpose swappable JSON backend library +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" |