diff options
author | delphij <delphij@FreeBSD.org> | 2008-03-27 05:18:38 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-03-27 05:18:38 +0800 |
commit | 8e118c47ffce04494c2b5500d78e2ecea57601a9 (patch) | |
tree | bc305528325431671e9e2c35d5e4a0a4abcfd589 /net/py-ldap2/Makefile | |
parent | b4965c0fac892e7c6ab54eea21f3c949bd687046 (diff) | |
download | freebsd-ports-gnome-8e118c47ffce04494c2b5500d78e2ecea57601a9.tar.gz freebsd-ports-gnome-8e118c47ffce04494c2b5500d78e2ecea57601a9.tar.zst freebsd-ports-gnome-8e118c47ffce04494c2b5500d78e2ecea57601a9.zip |
Update to 2.3.3
Diffstat (limited to 'net/py-ldap2/Makefile')
-rw-r--r-- | net/py-ldap2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 94f5befeb17e..7744fe14fd14 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ldap2 -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.3 CATEGORIES= net python MASTER_SITES= SF MASTER_SITE_SUBDIR= python-ldap @@ -16,9 +16,10 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An LDAP module for python, for OpenLDAP2 USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install USE_OPENLDAP= yes PYDISTUTILS_PKGNAME= python-ldap +PYEASYINSTALL_ARCHDEP= yes REPLACE_ARGS= -e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \ -e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,' |