summaryrefslogtreecommitdiff
path: root/net/py-ldap1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ldap1/Makefile')
-rw-r--r--net/py-ldap1/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile
deleted file mode 100644
index 574310c09788..000000000000
--- a/net/py-ldap1/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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>