mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image embedding. This port will be used by an updated www/reviewboard. WWW: https://github.com/cyberdelia/django-pipeline
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-pipeline
|
|
PORTVERSION= 1.2.24
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 12
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Asset (css/js) packaging library for Django
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0:${PORTSDIR}/www/py-django14
|
|
|
|
CONFLICTS= py[23][0-9]-django-pipeline-[0-9]*
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|