25f653cc15
point releast for django 1.7 compatibility
19 lines
559 B
Makefile
19 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/06/09 09:58:21 adam Exp $
|
|
|
|
DISTNAME= django-mptt-0.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/django-mptt/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://github.com/django-mptt/django-mptt
|
|
COMMENT= Utilities for implementing Modified Preorder Tree Traversal
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # empty
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|