4bc6087275
for the Django Web Framework 1.4+. It includes 3 different tree implementations: Adjacency List, Materialized Path and Nested Sets.
18 lines
545 B
Makefile
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"
|