pkgsrc/www/py-django-treebeard/Makefile
adam d394e5542e py-django-treebeard: updated to 4.2.0
Release 4.2.0:
* Support for Django-2.0
2017-12-18 19:25:02 +00:00

18 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.8 2017/12/18 19:25:02 adam Exp $
DISTNAME= django-treebeard-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-treebeard/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://tabo.pe/projects/django-treebeard/
COMMENT= Efficient tree implementations for the Django Web Framework
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"