freebsd-ports/security/py-paramiko/Makefile

30 lines
623 B
Makefile
Raw Normal View History

2012-11-15 21:57:00 +01:00
# Created by: Ulf Lilleengen
# $FreeBSD$
PORTNAME= paramiko
2016-12-17 20:50:48 +01:00
PORTVERSION= 2.0.4
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
2014-08-29 16:51:17 +02:00
USES= python
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= py??-paramiko1-*
2014-02-06 17:25:21 +01:00
OPTIONS_DEFINE= EXAMPLES
do-test: extract
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
.include <bsd.port.mk>