mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
Integrates the webassets library with Django, adding support for merging, minifying and compiling CSS and Javascript files. WWW: https://github.com/miracle2k/django-assets
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-assets
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Compress and merge CSS and Javascript files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
|
|
${PYTHON_PKGNAMEPREFIX}webassets>0:${PORTSDIR}/www/py-webassets
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|