freebsd-ports/www/py-django-pipeline/Makefile
Cheng-Lung Sung 1c9850c6d1 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.
2011-09-28 01:08:19 +00:00

22 lines
546 B
Makefile

# New ports collection makefile for: py-django-pipeline
# Date created: 2011-09-27
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= django-pipeline
PORTVERSION= 1.1.18.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Pipeline is an asset (css/js) packaging library for Django
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>