Files
ports/www/py-django-context-decorator/Makefile
T
Sunpoet Po-Chuan Hsieh 8c461ef64e Assign maintainership to alex@xanderio.de
It was a copy/paste error of email address.
2019-09-02 23:17:16 +00:00

21 lines
434 B
Makefile

# $FreeBSD$
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>