Line 0
Link Here
|
|
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= django-libsass |
4 |
PORTVERSION= 0.7 |
5 |
CATEGORIES= www python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= alex@xanderio.de |
10 |
COMMENT= Filter to compile SASS files using libsass |
11 |
|
12 |
LICENSE= BSD3CLAUSE |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR} |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= autoplist distutils |
19 |
|
20 |
.include <bsd.port.mk> |