diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-25 18:49:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-25 18:49:47 +0000 |
commit | b7afc54e14740191e841e9ac99a964e00b0e2c77 (patch) | |
tree | 5794c5c461715673fed05b3c23fa98e8d45e0c43 /www/Makefile | |
parent | da67b8e6c451f59bedab9f9249ecf169e0a92fc3 (diff) | |
download | ports-b7afc54e14740191e841e9ac99a964e00b0e2c77.tar.gz ports-b7afc54e14740191e841e9ac99a964e00b0e2c77.zip |
Add py-django-libsass 0.7
django-libsass builds on libsass-python to make @import paths aware of Django's
staticfiles mechanism, and provides a filter module for django-compressor which
uses the libsass-python API directly, avoiding the overheads of calling an
external executable to do the compilation.
WWW: https://github.com/torchbox/django-libsass
- While I'm here, add NO_ARCH
PR: 239061
Submitted by: Alexander Sieg <alex@xanderio.de>
Notes
Notes:
svn path=/head/; revision=509842
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 365978d05bcf..4c1af4c89e0d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1560,6 +1560,7 @@ SUBDIR += py-django-jsonfield SUBDIR += py-django-jsonfield2 SUBDIR += py-django-ldapdb + SUBDIR += py-django-libsass SUBDIR += py-django-markdownx SUBDIR += py-django-markwhat SUBDIR += py-django-mezzanine |