diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile index dfbc1f4faf14..e0af68b92494 100644 --- a/security/py-ssh/Makefile +++ b/security/py-ssh/Makefile @@ -1,18 +1,20 @@ # Created by: Li-Wen Hsu PORTNAME= ssh PORTVERSION= 1.8.0 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python SSH2 protocol library RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include