pkgsrc/www/py-django-treebeard/Makefile
adam 13c60a846d Release 4.1.0 (Nov 24, 2016)
---------------------------
* Add support for Django-1.10
* Drop support for Django-1.7
* Moved Repository from Bitbucket to GitHub
* Moved documentation to https://django-treebeard.readthedocs.io/
* Moved continuous integration to https://travis-ci.org/django-treebeard/django-treebeard
2017-02-04 12:42:06 +00:00

18 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/02/04 12:42:06 adam Exp $
DISTNAME= django-treebeard-4.1.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
USE_LANGUAGES= # empty
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"