summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-08-04 11:17:04 +0000
committerdrochner <drochner@pkgsrc.org>2005-08-04 11:17:04 +0000
commitc9ade60978f6265912bc1aa3bbb36d245da34048 (patch)
tree4250df579b7992e29af2beb83a18ecc539a3423d /databases/py-ldap/Makefile
parent9427b94af16133eb7c48be60ec1aa024ae0b7eb5 (diff)
downloadpkgsrc-c9ade60978f6265912bc1aa3bbb36d245da34048.tar.gz
update to 2.0.9
many feature additions and fixes since 2.0.2, see the CHANGES file in the distribution for details
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index d9278f5f38e..4db34cec22a 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2005/05/20 20:13:56 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2005/08/04 11:17:04 drochner Exp $
-DISTNAME= python-ldap-2.0.2
+DISTNAME= python-ldap-2.0.9
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
@@ -10,14 +9,14 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/python-ldap/
COMMENT= LDAP client API for Python
-PYTHON_VERSIONS_ACCEPTED= 21 22 23
+PYTHON_VERSIONS_ACCEPTED= 21 22 23 24
PYDISTUTILSPKG= yes
SUBST_CLASSES+= setup
SUBST_STAGE.setup= pre-configure
SUBST_FILES.setup= setup.cfg
SUBST_SED.setup= -e "s|/usr/local/openldap-REL_ENG_2_1|${BUILDLINK_PREFIX.cyrus-sasl}/lib ${BUILDLINK_PREFIX.openldap}|" \
- -e "s|/usr/include/sasl|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl|"
+ -e "s|/usr/local/cyrus-sasl/include|${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl|"
.include "../../databases/openldap/buildlink3.mk"
.include "../../security/cyrus-sasl2/buildlink3.mk"