diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-05-02 21:42:16 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2018-05-02 21:42:16 +0800 |
commit | a4926abab9c4e680b1a8b1c496c0f555e235c510 (patch) | |
tree | fc497bb81bfa89d212001790dc157ba6a818e8ca /net | |
parent | ac8f3fbe47c67ff3640ec57919ae1e39f82f826f (diff) | |
download | freebsd-ports-gnome-a4926abab9c4e680b1a8b1c496c0f555e235c510.tar.gz freebsd-ports-gnome-a4926abab9c4e680b1a8b1c496c0f555e235c510.tar.zst freebsd-ports-gnome-a4926abab9c4e680b1a8b1c496c0f555e235c510.zip |
net/py-pyldap: mark deprecated
This fork code base has been merged back to python-ldap, so this port is no more
needed. Users (if any) should switch to net/py-ldap instead. Mark DEPRECATED and
set to expire in one month.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-pyldap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/py-pyldap/Makefile b/net/py-pyldap/Makefile index 57f97042b689..2712d67ccdcc 100644 --- a/net/py-pyldap/Makefile +++ b/net/py-pyldap/Makefile @@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Fork of python-ldap with Python 3 support +DEPRECATED= This code has merged back to python-ldap. Please use net/py-ldap instead +EXPIRATION_DATE= 2018-06-02 + LICENSE= PSFL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${FLAVOR} |