diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-04-20 14:17:45 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-04-20 14:17:45 +0800 |
commit | eda254da69b60c11a8c3eb41e3f36fdc28134712 (patch) | |
tree | 3c3f40f59d9061ba1bb7d8ba59ebed217d0e496a /www/Makefile | |
parent | 0aac0202747ca003bf8825ccfc9a41997144be38 (diff) | |
download | freebsd-ports-gnome-eda254da69b60c11a8c3eb41e3f36fdc28134712.tar.gz freebsd-ports-gnome-eda254da69b60c11a8c3eb41e3f36fdc28134712.tar.zst freebsd-ports-gnome-eda254da69b60c11a8c3eb41e3f36fdc28134712.zip |
www/py-demjson: encoder, decoder, and lint/validator for JSON
- New python port
- Add README documents
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5969
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 05fe1bf56d20..0357359e2c50 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1520,6 +1520,7 @@ SUBDIR += py-cssmin SUBDIR += py-cssselect SUBDIR += py-cssutils + SUBDIR += py-demjson SUBDIR += py-django SUBDIR += py-django-allauth SUBDIR += py-django-annoying |