2012-11-15 21:57:00 +01:00
|
|
|
# Created by: Ulf Lilleengen
|
2006-05-26 16:14:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= paramiko
|
2014-05-20 15:20:22 +02:00
|
|
|
PORTVERSION= 1.14.0
|
2006-05-26 16:14:51 +02:00
|
|
|
CATEGORIES= security python
|
2011-06-01 11:03:07 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-05-26 16:14:51 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2011-03-18 11:04:54 +01:00
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
2013-03-05 14:54:26 +01:00
|
|
|
COMMENT= Python SSH2 protocol library
|
2006-05-26 16:14:51 +02:00
|
|
|
|
2011-06-01 11:03:07 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-02-06 17:25:21 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa
|
2012-06-11 16:07:34 +02:00
|
|
|
|
2014-08-29 16:51:17 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2006-05-26 16:14:51 +02:00
|
|
|
|
2014-02-06 17:25:21 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2013-03-05 14:54:26 +01:00
|
|
|
|
|
|
|
regression-test: extract
|
2011-06-01 11:03:07 +02:00
|
|
|
@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
|
|
|
|
|
2006-05-26 16:14:51 +02:00
|
|
|
.include <bsd.port.mk>
|