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
|
2001-06-10 07:12:30 +00:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
2001-06-10 07:12:30 +00:00
|
|
|
LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap2
|
2001-04-24 04:51:14 +00:00
|
|
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
2000-07-13 16:17:29 +00:00
|
|
|
|
2001-04-24 04:51:14 +00:00
|
|
|
USE_PYTHON= yes
|
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>
|