pkgsrc/www/py-django-mptt/Makefile
adam 48de1df100 Changes 0.6.0:
mptt now requires Python 2.6+, and supports Python 3.2+
2013-08-09 07:33:25 +00:00

19 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/08/09 07:33:25 adam Exp $
DISTNAME= django-mptt-0.6.0
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"