2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Kevin Golding <ports@caomhin.org>
|
2012-01-14 20:24:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= django-caching-app-plugins
|
2014-10-15 10:56:43 +02:00
|
|
|
PORTVERSION= 0.1.4
|
2012-01-14 20:24:03 +01:00
|
|
|
CATEGORIES= www python
|
2014-10-15 10:56:43 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2012-01-14 20:24:03 +01:00
|
|
|
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
|
|
|
|
2014-10-15 10:56:43 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
2012-01-14 20:24:03 +01:00
|
|
|
|
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
|
|
|
|
|
2014-10-15 10:56:43 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2012-01-14 20:24:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|