1PORTNAME= python-gnupg 2DISTVERSION= 0.5.1 3CATEGORIES= security python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Python wrapper for the GNU Privacy Guard (GPG or GnuPG) 9WWW= https://docs.red-dove.com/python-gnupg/ 10 11LICENSE= bsd3 12LICENSE_FILE= ${WRKSRC}/LICENSE.txt 13 14BUILD_DEPENDS= ${PY_SETUPTOOLS} \ 15 ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} 16 17USES= python 18USE_PYTHON= autoplist pep517 19 20NO_ARCH= yes 21NO_TEST= yes 22 23.include <bsd.port.mk> 24