2012-01-14 20:24:03 +01:00
|
|
|
# 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
|
2012-05-21 11:43:07 +02:00
|
|
|
PORTREVISION= 1
|
2012-01-14 20:24:03 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://www.caomhin.org/ports/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ports@caomhin.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Django app for writing pluggable reusable django applications
|
2012-01-14 20:24:03 +01:00
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
2012-05-21 11:43:07 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg
|
2012-01-14 20:24:03 +01:00
|
|
|
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>
|