aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-09-17 09:38:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-09-17 09:38:18 +0000
commit9ac1b25248b04998d7bc5d45e07566ad32b9764d (patch)
tree92e836fcfe80b991479ce4cc40cbb4b15ff19103 /mail
parent9bf312dfc102b893dd44e7eb9cfc9b671ef66735 (diff)
downloadports-9ac1b25248b04998d7bc5d45e07566ad32b9764d.tar.gz
ports-9ac1b25248b04998d7bc5d45e07566ad32b9764d.zip
- Add NO_ARCH
- Update WWW - Whitespace fixes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=512200
Diffstat (limited to 'mail')
-rw-r--r--mail/py-aiosmtpd/Makefile1
-rw-r--r--mail/py-aiosmtpd/pkg-descr6
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile
index 1db09dd9f74b..f9b7fce884af 100644
--- a/mail/py-aiosmtpd/Makefile
+++ b/mail/py-aiosmtpd/Makefile
@@ -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>
diff --git a/mail/py-aiosmtpd/pkg-descr b/mail/py-aiosmtpd/pkg-descr
index faf36308c034..f0a54e94ae5d 100644
--- a/mail/py-aiosmtpd/pkg-descr
+++ b/mail/py-aiosmtpd/pkg-descr
@@ -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/