00d14a545e
3.9.4 This is a maintenance release that fixes an error handling bug under Python 2.
18 lines
504 B
Makefile
18 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/05/13 15:52:13 adam Exp $
|
|
|
|
DISTNAME= djangorestframework-3.9.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangorestframework/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://django-rest-framework.org/
|
|
COMMENT= Lightweight REST framework for Django
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|