Index: Makefile =================================================================== --- Makefile (nonexistent) +++ Makefile (working copy) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= django-libsass +PORTVERSION= 0.7 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alex@xanderio.de +COMMENT= Filter to compile SASS files using libsass + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +.include Index: distinfo =================================================================== --- distinfo (nonexistent) +++ distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562676243 +SHA256 (django-libsass-0.7.tar.gz) = 49db3334b87e1f7955c4f9fb9945bc296f8bfd27a14d6d89706e4b0e5dc5de1c +SIZE (django-libsass-0.7.tar.gz) = 4924 Index: pkg-descr =================================================================== --- pkg-descr (nonexistent) +++ pkg-descr (working copy) @@ -0,0 +1,6 @@ +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