diff options
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile deleted file mode 100644 index b4f6c00a6caa..000000000000 --- a/net/py-ldap2/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= 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 - -# BROKEN for python 2.2 -PYTHON_VERSION= python2.1 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} -WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==} - -.include <bsd.port.mk> |