aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pyelliptic/Makefile
blob: 26797fbb4d4ef10560774ac7a1ea212843fa9b7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	pyelliptic
PORTVERSION=	2.0.1
PORTREVISION=	1
CATEGORIES=	security python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python OpenSSL wrapper
WWW=		https://github.com/radfish/pyelliptic

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR}

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	radfish
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>