freebsd-ports/www/py-django-caching-app-plugins/Makefile
Martin Wilke 88a27f60a7 Reusable django application for writting pluggable reusable django applications.
Allows 3rd party apps to dynamically insert template inclusions into your apps
at pre-defined plugin points.

WWW:    https://bitbucket.org/bkroeze/django-caching-app-plugins/

PR:		ports/164053
Submitted by:	Kevin Golding <ports@caomhin.org>
2012-01-14 19:24:03 +00:00

25 lines
661 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
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
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>