ports/www/py-django-appconf/Makefile
Richard Gallamore 4c00031ee1 www/py-django-appconf: Updated to 1.0.5
This version supports Django up to 4.0.

Changes: https://github.com/django-compressor/django-appconf/compare/v1.0.2..v1.0.5

PR: 261918
Approved by: rm (maintainer)
2022-02-15 10:23:52 -08:00

17 lines
370 B
Makefile

PORTNAME= django-appconf
PORTVERSION= 1.0.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Helper class for handling configuration defaults gracefully
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>