summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-15 09:05:16 +0000
committermva <mva@FreeBSD.org>2014-06-15 09:05:16 +0000
commit1a4856e01373dca193d95b95f2b3bb1a2ee4c928 (patch)
tree608586fcc74fceb76936ae3576834fdee6ec10d8
parentb71cfbdb8123936b83cff116ff53b60f73d7084f (diff)
downloadFreeBSD-ports-1a4856e01373dca193d95b95f2b3bb1a2ee4c928.zip
FreeBSD-ports-1a4856e01373dca193d95b95f2b3bb1a2ee4c928.tar.gz
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
-rw-r--r--security/py-keyring/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile
index 544a0df..46b3afb 100644
--- a/security/py-keyring/Makefile
+++ b/security/py-keyring/Makefile
@@ -3,6 +3,7 @@
PORTNAME= keyring
PORTVERSION= 3.2.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +18,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytes
LATEST_LINK= py-${PORTNAME}
USES= zip
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \
OpenPOWER on IntegriCloud