freebsd-ports/www/py-django-context-decorator/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

20 lines
470 B
Makefile

PORTNAME= django-context-decorator
PORTVERSION= 1.5.0
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:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>