freebsd-ports/www/py-django-mptt/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

24 lines
506 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= django-mptt
PORTVERSION= 0.6.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Utilities for implementing a pre-order traversal tree in django
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4.2:${PORTSDIR}/www/py-django
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= django-mptt
GH_COMMIT= cc92ea6
USES= gettext python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>