Tweak security/libp11 version 0.4.0
[dports.git] / security / py-ssh / Makefile
1 # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       ssh
5 PORTVERSION=    1.8.0
6 PORTREVISION=   1
7 CATEGORIES=     security python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     lwhsu@FreeBSD.org
12 COMMENT=        Python SSH2 protocol library
13
14 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto
15
16 USES=           python
17 USE_PYTHON=     distutils autoplist
18
19 .include <bsd.port.mk>