2011-02-26 15:55:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= djblets
|
2014-03-30 00:43:55 +01:00
|
|
|
PORTVERSION= 0.7.28
|
2014-10-07 13:58:57 +02:00
|
|
|
PORTREVISION= 1
|
2011-02-26 15:55:33 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://downloads.reviewboard.org/releases/Djblets/${PORTVERSION:R}/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Djblets-${PORTVERSION}
|
|
|
|
|
2014-10-17 12:23:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-01-07 11:33:19 +01:00
|
|
|
COMMENT= Collection of useful classes and functions for Django
|
2011-02-26 15:55:33 +01:00
|
|
|
|
2011-09-14 00:15:22 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-03-30 00:43:55 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.4.3:${PORTSDIR}/www/py-django14 \
|
2014-06-16 19:38:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}django-pipeline12>=1.2.24:${PORTSDIR}/www/py-django-pipeline12
|
2014-03-30 00:43:55 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.4.3:${PORTSDIR}/www/py-django14 \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}django-pipeline12>=1.2.24:${PORTSDIR}/www/py-django-pipeline12 \
|
2012-11-27 14:13:47 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.2:${PORTSDIR}/textproc/py-feedparser \
|
2014-10-07 13:58:57 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
|
2013-01-07 11:33:19 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
|
2011-02-26 15:55:33 +01:00
|
|
|
|
2014-10-07 13:58:57 +02:00
|
|
|
USES= python:2 shebangfix
|
|
|
|
USE_PYTHON= distutils
|
2011-02-26 15:55:33 +01:00
|
|
|
PYDISTUTILS_PKGNAME= Djblets
|
|
|
|
|
2013-12-08 14:36:11 +01:00
|
|
|
python_OLD_CMD= /usr/bin/env python
|
|
|
|
python_CMD= ${PYTHON_CMD}
|
|
|
|
SHEBANG_FILES= contrib/internal/build-media.py
|
|
|
|
|
2011-02-26 15:55:33 +01:00
|
|
|
.include <bsd.port.mk>
|