diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:25:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:25:44 +0000 |
commit | af01b29633b752de33d4e3ac5e93df77a0de4d0f (patch) | |
tree | e064d32aae1860df4e586dfd04c006e468f444cb /converters/Makefile | |
parent | 1aa2ddbaca2022ed4c613dd2f5db71c66b855232 (diff) | |
download | freebsd-ports-af01b29633b752de33d4e3ac5e93df77a0de4d0f.zip |
- Add lua-json 1.3.3
LuaJSON is a JSON parser/creator for Lua.
WWW: http://www.eharning.us/wiki/luajson/
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index e5a4cd95abc9..51fe59760a46 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -44,6 +44,7 @@ SUBDIR += libticonv SUBDIR += libutf-8 SUBDIR += lua-iconv + SUBDIR += lua-json SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack |