aboutsummaryrefslogblamecommitdiff
path: root/security/py-ssh/Makefile
blob: dfbc1f4faf14087fe2adef32cc636be0309a95e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                            

                   
                     
                 






                                            
                                                                                      
 
                           
                                   
 
                      
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>

PORTNAME=	ssh
PORTVERSION=	1.8.0
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Python SSH2 protocol library

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>