50f8eaece1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
18 lines
430 B
Makefile
18 lines
430 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-pipeline
|
|
PORTVERSION= 1.3.12
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Asset (css/js) packaging library for Django
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0<1.5:${PORTSDIR}/www/py-django14
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|