2000-08-07 07:35:33 +00:00
|
|
|
# New ports collection makefile for: ldapmodule
|
|
|
|
# Date created: 05.Jul 2000
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
2000-07-13 16:17:29 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-08-07 07:35:33 +00:00
|
|
|
PORTNAME= ldapmodule
|
2000-09-09 09:51:07 +00:00
|
|
|
PORTVERSION= 1.10alpha3
|
2000-08-07 07:35:33 +00:00
|
|
|
CATEGORIES= net
|
2000-09-09 09:51:07 +00:00
|
|
|
MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
|
|
|
|
DISTNAME= python-ldap-${PORTVERSION}-src
|
2000-07-13 16:17:29 +00:00
|
|
|
|
2000-08-07 07:35:33 +00:00
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
2000-07-13 16:17:29 +00:00
|
|
|
|
2000-08-07 07:35:33 +00:00
|
|
|
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
2000-09-08 12:24:00 +00:00
|
|
|
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15
|
|
|
|
RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15
|
2000-07-13 16:17:29 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
|
2000-09-09 09:51:07 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==}
|
2000-07-13 16:17:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|