# $FreeBSD: head/security/py-paramiko1/Makefile 559531 2020-12-28 23:02:12Z antoine $ PORTNAME= paramiko PORTVERSION= 1.18.5 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 1 MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python SSH2 protocol library LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= py??-paramiko-* OPTIONS_DEFINE= EXAMPLES do-test: @(cd ${WRKSRC} && ${PYTHON_CMD} test.py) .include