blob: 1c13c86be1dd4a42ab22d5833be1be13f9e4b3df (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | PORTNAME=	django-context-decorator
PORTVERSION=	1.5.0
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	PYPI
DISTNAME=	django_context_decorator-${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
MAINTAINER=	alex@xanderio.de
COMMENT=	Remove the need to call super().get_context_data(**kwargs) in nearly every view
WWW=		https://github.com/rixx/django-context-decorator
LICENSE=	BSD3CLAUSE
USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes
.include <bsd.port.mk>
 |