diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
commit | f637b43fec14553dcf7fdd3a95991aa5909cc59c (patch) | |
tree | fff1f4332450097c333cfe25b401c82dcda38958 /net/py-ldap3 | |
parent | 075d066d971344577ca5b776fb386446bd31d81f (diff) | |
download | ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.tar.gz ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.zip |
Notes
Diffstat (limited to 'net/py-ldap3')
-rw-r--r-- | net/py-ldap3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-ldap3/Makefile b/net/py-ldap3/Makefile index 9d99bbe72a11..0b2e6c54730f 100644 --- a/net/py-ldap3/Makefile +++ b/net/py-ldap3/Makefile @@ -2,6 +2,7 @@ PORTNAME= ldap3 PORTVERSION= 0.9.9.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Strictly RFC 4511 conforming LDAP V3 pure Python client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:${PORTSDIR}/devel/py-pyasn1 NO_ARCH= yes USES= python |