blob: 2e8b33a9b2f49fc0522b360eaf52e57410fe2d56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-keyedcache
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= Simplified, speedy way to manage caching in Django apps
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|