24 lines
592 B
Makefile
24 lines
592 B
Makefile
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>
|