mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
00e194c613
Fix pkg-descr while I'm here.
25 lines
514 B
Makefile
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>
|