diff options
author | alfred <alfred@FreeBSD.org> | 2015-12-18 12:08:17 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2015-12-18 12:08:17 +0800 |
commit | f89a2188fa0d6fe11a9d13cb74586fd45f8f81e9 (patch) | |
tree | 22fcd953b57b20408e8af0a630fe81ac02f7a5aa /www/Makefile | |
parent | 975141d6ae3e11aa946b43af8ac3baf0b8d10165 (diff) | |
download | freebsd-ports-graphics-f89a2188fa0d6fe11a9d13cb74586fd45f8f81e9.tar.gz freebsd-ports-graphics-f89a2188fa0d6fe11a9d13cb74586fd45f8f81e9.tar.zst freebsd-ports-graphics-f89a2188fa0d6fe11a9d13cb74586fd45f8f81e9.zip |
Add new port: py-django-formtools
Django's "formtools" was removed from core django.
Provide it as a module.
Differential Revision: https://reviews.freebsd.org/D3808
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 2ebb89e9a57..fa7751e6c23 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1542,6 +1542,7 @@ SUBDIR += py-django-evolution SUBDIR += py-django-extensions SUBDIR += py-django-filer + SUBDIR += py-django-formtools SUBDIR += py-django-haystack SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache |