Tweak security/sshblock version 1.0_1
[dports.git] / security / py-paramiko / Makefile
1 # Created by: Ulf Lilleengen
2 # $FreeBSD$
3
4 PORTNAME=       paramiko
5 PORTVERSION=    1.14.0
6 CATEGORIES=     security python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     sbz@FreeBSD.org
11 COMMENT=        Python SSH2 protocol library
12
13 LICENSE=        GPLv2
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \
16                 ${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa
17
18 USES=           python
19 USE_PYTHON=     distutils autoplist
20
21 OPTIONS_DEFINE= EXAMPLES
22
23 regression-test: extract
24         @(cd ${WRKSRC} && ${PYTHON_CMD} test.py)
25
26 .include <bsd.port.mk>