1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Add NO_ARCH

- Update WWW
- Whitespace fixes

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-09-17 09:38:18 +00:00
parent 9bf312dfc1
commit 9ac1b25248
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512200
2 changed files with 4 additions and 3 deletions

View File

@ -16,5 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
This is a server for SMTP and related protocols, similar in utility to the
standard library's smtpd.py module, but rewritten to be based on asyncio for
This is a server for SMTP and related protocols, similar in utility to the
standard library's smtpd.py module, but rewritten to be based on asyncio for
Python 3.
WWW: http://aiosmtpd.readthedocs.io
WWW: https://aiosmtpd.readthedocs.io/