Take maintainership

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-05 19:55:09 +00:00
parent be9ded44fb
commit a2b6f943e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530824

View File

@ -7,13 +7,13 @@ CATEGORIES= www python
MASTER_SITES= http://python.ca/scgi/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python server implementation of the Simple Common Gateway Protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>