- Add missing dependency
This commit is contained in:
parent
520df48678
commit
ab60de8b2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287695
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue