ports/www/py-django-pipeline12/Makefile
Steve Wills b3b56e747c Pipeline is an asset packaging library for Django, providing
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
2014-03-11 14:53:55 +00:00

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>