219b192cc7
3.2.1: * Update LICENSE file to Unix line endings, fixing issues with license checker ``pip-licenses``
20 lines
587 B
Makefile
20 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/01/08 11:27:01 adam Exp $
|
|
|
|
DISTNAME= django-cors-headers-3.2.1
|
|
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>=1.11:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 3.1.0
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|