freebsd-ports/www/py-django-auth-ldap/Makefile
Ruslan Makhmatkhanov bd537b5487 This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name template,
but there are many rich configuration options for working with users, groups,
and permissions.

WWW: http://pythonhosted.org/django-auth-ldap/

PR:		185959
Submitted by:	Alexander Kriventsov <avk@vl.ru>
2014-01-21 20:02:18 +00:00

22 lines
526 B
Makefile

# Created by: Alexander Kriventsov <avk@vl.ru>
# $FreeBSD$
PORTNAME= django-auth-ldap
PORTVERSION= 1.1.7
CATEGORIES= www security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= avk@vl.ru
COMMENT= LDAP integration for django.contrib.auth
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
.include <bsd.port.mk>