mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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)
17 lines
370 B
Makefile
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>
|