1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/py-ldap0/Makefile
Palle Girgensohn 00e194c613 The port only supports python 2.7
Fix pkg-descr while I'm here.
2018-05-06 21:39:24 +00:00

25 lines
514 B
Makefile

# $FreeBSD$
PORTNAME= ldap0
PORTVERSION= 0.0.60
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= girgen@FreeBSD.org
COMMENT= Python module package for implementing LDAP clients
LICENSE= PSFL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR}
MAKE_ENV+= INCLUDES=${LOCALBASE}/include
WANT_OPENLDAP_SASL=yes
USES= python:2.7
USE_OPENLDAP= yes
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>