freebsd-ports/www/py-django-app-plugins/Makefile
Martin Wilke 6b3e82e430 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:    http://code.google.com/p/django-app-plugins/

PR:		ports/141336
Submitted by:	Kevin Golding <ports at caomhin.org>
2009-12-12 13:50:09 +00:00

22 lines
588 B
Makefile

# New ports collection makefile for: py-django-app-plugins
# Date created: 9 December 2009
# Whom: Kevin Golding <ports@caomhin.org>
#
# $FreeBSD$
#
PORTNAME= django-app-plugins
PORTVERSION= 0.1.1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Reusable django application for writting pluggable reusable django applications.
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>