freebsd-ports/www/py-djblets/Makefile
Li-Wen Hsu b7ba16f317 - Update to 0.6.22
PR:		ports/170305
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2012-08-05 08:15:13 +00:00

27 lines
707 B
Makefile

# New ports collection makefile for: py-djblets
# Date created: 2011-02-26
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= djblets
PORTVERSION= 0.6.22
CATEGORIES= www python
MASTER_SITES= http://downloads.reviewboard.org/releases/Djblets/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Djblets-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A collection of useful classes and functions for Django
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.1.1:${PORTSDIR}/www/py-django13 \
${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Djblets
.include <bsd.port.mk>