1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

www/py-django-auth-ldap: convert to USES=python

- convert to USES=python
- limit python version to 2.x, because it's dependency, py-ldap2, doesn't
  support python3 yet

Approved by:	portmgr (blanket)
This commit is contained in:
Ruslan Makhmatkhanov 2014-10-18 19:10:21 +00:00
parent 36bf746c40
commit 7919b8d58e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371158

View File

@ -15,8 +15,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \
${PYTHON_PKGNAMEPREFIX}ldap2>=2.0:${PORTSDIR}/net/py-ldap2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>