summaryrefslogtreecommitdiff
path: root/security/py-wassima/Makefile
blob: 239b3a9c5fbddfd12a14506dcf2be5ac59ed9071 (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=	wassima
PORTVERSION=	2.0.2
CATEGORIES=	security python
MASTER_SITES=	PYPI \
		https://github.com/jawah/wassima/releases/download/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Access your OS root certificates with utmost ease
WWW=		https://github.com/jawah/wassima

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.6.0<2:devel/py-hatchling@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>