freebsd-ports/net/py-ldap1/Makefile
Dirk Meyer 197babad60 Drop support to link with openldap2
the API changed again between 2.0.11 and 2.0.14
Links now only with openldap 1.2.11
2001-09-13 03:47:37 +00:00

26 lines
620 B
Makefile

# New ports collection makefile for: ldapmodule
# Date created: 05.Jul 2000
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= ldapmodule
PORTVERSION= 1.10alpha3
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
DISTNAME= python-ldap-${PORTVERSION}-src
MAINTAINER= dinoex@FreeBSD.org
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==}
.include <bsd.port.mk>