blob: adfeb1c58a93c59ccaa3ea539d1e2b7eadfa468b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= gnupg
PORTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Python wrapper for GnuPG
WWW= https://github.com/isislovecruft/python-gnupg
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
GH_ACCOUNT= isislovecruft
GH_PROJECT= python-gnupg
.include <bsd.port.mk>
|