summaryrefslogtreecommitdiffstats
path: root/net/py-ldap2/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-07-13 16:17:29 +0000
committerkevlo <kevlo@FreeBSD.org>2000-07-13 16:17:29 +0000
commit665e6342e7f6e47df2e22b839113653c95f0f315 (patch)
tree5652c1cd194d83923f47b9ee4fc44a0c19cd869b /net/py-ldap2/Makefile
parent83219766348f55c23444bd4e6610457458496606 (diff)
downloadFreeBSD-ports-665e6342e7f6e47df2e22b839113653c95f0f315.zip
FreeBSD-ports-665e6342e7f6e47df2e22b839113653c95f0f315.tar.gz
Initial import of ldapmodule.
ldapmodule is an LDAP module for python PR: 19781 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r--net/py-ldap2/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile
new file mode 100644
index 0000000..574310c
--- /dev/null
+++ b/net/py-ldap2/Makefile
@@ -0,0 +1,23 @@
+# 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>
OpenPOWER on IntegriCloud