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-09-13 03:47:37 +00:00
|
|
|
PORTREVISION= 3
|
2000-08-07 07:35:33 +00:00
|
|
|
CATEGORIES= net
|
2001-10-07 19:05:33 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= python-ldap
|
2000-09-09 09:51:07 +00:00
|
|
|
DISTNAME= python-ldap-${PORTVERSION}-src
|
2000-07-13 16:17:29 +00:00
|
|
|
|
2001-06-24 04:28:57 +00:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2000-07-13 16:17:29 +00:00
|
|
|
|
2001-09-13 03:47:37 +00:00
|
|
|
LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap
|
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
|
|
|
|
2002-01-10 21:52:36 +00:00
|
|
|
# BROKEN for python 2.2
|
|
|
|
PYTHON_VERSION= python2.1
|
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>
|