aboutsummaryrefslogtreecommitdiff
path: root/security/py-paramiko
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-08-29 14:51:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-08-29 14:51:17 +0000
commit4ee7bdcd939461d34eb0e8490cac0e92a5ef3e73 (patch)
treef5eec5410603a8aedb22b3d693f764e1786c50a5 /security/py-paramiko
parent492685a46394cffc14001bfede4012a05dfaed93 (diff)
downloadports-4ee7bdcd939461d34eb0e8490cac0e92a5ef3e73.tar.gz
ports-4ee7bdcd939461d34eb0e8490cac0e92a5ef3e73.zip
Modernize python
Notes
Notes: svn path=/head/; revision=366517
Diffstat (limited to 'security/py-paramiko')
-rw-r--r--security/py-paramiko/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 29bf8b62b0d9..3b366a4e84b1 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -15,9 +15,8 @@ LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= EXAMPLES