aboutsummaryrefslogtreecommitdiff
path: root/security/py-ssh
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-03-09 14:24:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-03-09 14:24:31 +0000
commit3a05b016e5689611e84558bb7381d6f1cb8ef86e (patch)
tree38babd6a27a586261e34ca071a56bba100ee65b1 /security/py-ssh
parentb132688cd5516472cc9208e41a20dc0ae3744787 (diff)
- Convert to autoplist
- Stage support - Bump PORTREVISIO
Notes
Notes: svn path=/head/; revision=347587
Diffstat (limited to 'security/py-ssh')
-rw-r--r--security/py-ssh/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile
index 77d8867c1980..63500c418735 100644
--- a/security/py-ssh/Makefile
+++ b/security/py-ssh/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ssh
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,7 @@ COMMENT= Python SSH2 protocol library
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>