freebsd-ports/www/py-django-caching-app-plugins/Makefile
Martin Wilke c8805fb5aa - Add missing dependency
Reported by:	phw
With hat:	portmgr (myself)
2012-05-21 09:43:07 +00:00

27 lines
769 B
Makefile

# New ports collection makefile for: py-django-caching-app-plugins
# Date created: 12 January 2012
# Whom: Kevin Golding <ports@caomhin.org>
#
# $FreeBSD$
#
PORTNAME= django-caching-app-plugins
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.caomhin.org/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Django app for writting pluggable reusable django applications
LICENSE= BSD
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
WRKSRC= ${WRKDIR}/bkroeze-django-caching-app-plugins-tip
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>