aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-openssh-wrapper/Makefile
blob: ea931e7662dc35853e49bf6e9bed6da64da2e09b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	openssh-wrapper
PORTVERSION=	0.4
CATEGORIES=	security python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	einar@isnic.is
COMMENT=	OpenSSH python wrapper
WWW=		https://github.com/NetAngels/openssh-wrapper

LICENSE=	BSD3CLAUSE

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES=		cpe python
USE_PYTHON=	autoplist cryptography pep517

NO_ARCH=	yes

.include <bsd.port.mk>