aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-context-decorator/Makefile
blob: efd171dfb285bd7303056d52dd9446f3bbcfc0f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	django-context-decorator
PORTVERSION=	1.5.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
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

LICENSE=	BSD3CLAUSE

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>