diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-12-20 04:10:33 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2011-12-20 04:10:33 +0000 |
commit | ab60de8b2d7ae62b93f3c875e84bb0a67e1eaa82 (patch) | |
tree | 93b1fe17e4143de05b4e8ac8c772889592510f6d /security/py-ssh | |
parent | 520df48678b3a3e85d5f507136bbf696faaae708 (diff) | |
download | ports-ab60de8b2d7ae62b93f3c875e84bb0a67e1eaa82.tar.gz ports-ab60de8b2d7ae62b93f3c875e84bb0a67e1eaa82.zip |
Notes
Diffstat (limited to 'security/py-ssh')
-rw-r--r-- | security/py-ssh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile index 7ab17931b206..e5b28b959e45 100644 --- a/security/py-ssh/Makefile +++ b/security/py-ssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= ssh PORTVERSION= 1.7.11 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python SSH2 protocol library +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto + USE_PYTHON= yes USE_PYDISTUTILS= easy_install |