aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap2/Makefile
blob: 574310c09788315523eff1825a26b58e6d2e1768 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:   ldapmodule
# Date created:                05.Jul 2000
# Whom:                        dirk.meyer@dinoex.sub.org
#
# $FreeBSD$

PORTNAME=       ldapmodule
PORTVERSION=    1.9
CATEGORIES=     net
MASTER_SITES=   http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
DISTNAME=       ${PORTNAME}-${PORTVERSION}-alpha

MAINTAINER=     dirk.meyer@dinoex.sub.org

LIB_DEPENDS=    ldap.1:${PORTSDIR}/net/openldap
BUILD_DEPENDS=  python:${PORTSDIR}/lang/python
RUN_DEPENDS=    python:${PORTSDIR}/lang/python

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
WRKSRC=		${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>