opnsense-ports/security/py-paramiko/Makefile
Franco Fichtner 0894c353a8 security/py-paramiko: sync with upstream
Taken from: FreeBSD
2017-02-26 10:30:56 +01:00

29 lines
622 B
Makefile

# Created by: Ulf Lilleengen
# $FreeBSD$
PORTNAME= paramiko
PORTVERSION= 2.0.5
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Python SSH2 protocol library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa
USES= python
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= py??-paramiko1-*
OPTIONS_DEFINE= EXAMPLES
do-test: extract
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
.include <bsd.port.mk>