532e5a8aa7
3.11.0 Drop Python 3.6 support.
20 lines
574 B
Makefile
20 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.23 2022/02/07 20:52:39 adam Exp $
|
|
|
|
DISTNAME= django-cors-headers-3.11.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cors-headers/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/adamchainz/django-cors-headers
|
|
COMMENT= Django application for handling headers required for CORS
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=2.0:../../www/py-django2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|