aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-18 12:24:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-18 12:24:26 +0000
commit97d1126f94500f37710f8f4c75ba3e910e2756ea (patch)
tree34a6c00f8baa618d1aa482422714bbc2bbeedeb6
parent58812ef6efcc432493b4c0cbcd24be0a57eb0cd0 (diff)
downloadports-97d1126f94500f37710f8f4c75ba3e910e2756ea.tar.gz
ports-97d1126f94500f37710f8f4c75ba3e910e2756ea.zip
devel/py-asn1crypto: Take maintainership
-rw-r--r--devel/py-asn1crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-asn1crypto/Makefile b/devel/py-asn1crypto/Makefile
index 05c384a1a759..cdc8adcdf3d2 100644
--- a/devel/py-asn1crypto/Makefile
+++ b/devel/py-asn1crypto/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ASN.1 library with a focus on performance and a pythonic API
WWW= https://github.com/wbond/asn1crypto
@@ -12,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes