mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ef0dc9a97a
- Enable AUTOPLIST support, delete pkg-plist - Update LICENSE (BSD -> MIT) [1] - Specify min django version in *_DEPENDS - Remove GH_TAGNAME, defaults to DISTVERSION already - Remove setup.py patch, no longer necessary - Sort USE section [1] https://github.com/django-mptt/django-mptt/issues/293 Approved by: portmgr (blanket)
27 lines
533 B
Makefile
27 lines
533 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
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|