pkgsrc/www/py-django-treebeard/Makefile
adam 4bc6087275 django-treebeard is a library that implements efficient tree implementations
for the Django Web Framework 1.4+. It includes 3 different tree
implementations: Adjacency List, Materialized Path and Nested Sets.
2015-04-24 10:54:00 +00:00

18 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/24 10:54:00 adam Exp $
DISTNAME= django-treebeard-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/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"