pkgsrc/www/py-django-treebeard/Makefile
adam 6e62a37d4c py-django-treebeard: updated to 4.3
4.3:
Support for Django-2.0
2018-04-17 07:19:00 +00:00

18 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/04/17 07:19:00 adam Exp $
DISTNAME= django-treebeard-4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-treebeard/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/django-treebeard/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"