diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-07 07:35:33 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-07 07:35:33 +0000 |
commit | 985def57312f60faeff00dd7c9fd5a2452db81e1 (patch) | |
tree | 770d4125085cdca72599bf727fff52d9ec84cc41 /net/py-ldap1 | |
parent | 660d3cc56506a8baf0cc70a638d93aef54a51829 (diff) | |
download | ports-985def57312f60faeff00dd7c9fd5a2452db81e1.tar.gz ports-985def57312f60faeff00dd7c9fd5a2452db81e1.zip |
Notes
Diffstat (limited to 'net/py-ldap1')
-rw-r--r-- | net/py-ldap1/Makefile | 24 | ||||
-rw-r--r-- | net/py-ldap1/pkg-comment | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile index 574310c09788..c68f756ae62e 100644 --- a/net/py-ldap1/Makefile +++ b/net/py-ldap1/Makefile @@ -1,20 +1,20 @@ -# New ports collection makefile for: ldapmodule -# Date created: 05.Jul 2000 -# Whom: dirk.meyer@dinoex.sub.org +# 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 +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 +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 +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} diff --git a/net/py-ldap1/pkg-comment b/net/py-ldap1/pkg-comment index 1ffd4b8f590d..74fb5d0734c8 100644 --- a/net/py-ldap1/pkg-comment +++ b/net/py-ldap1/pkg-comment @@ -1 +1 @@ -An LDAP module for phyton +An LDAP module for python |