Index: head/mail/py-aiosmtpd/Makefile =================================================================== --- head/mail/py-aiosmtpd/Makefile (revision 512199) +++ head/mail/py-aiosmtpd/Makefile (revision 512200) @@ -1,20 +1,21 @@ # $FreeBSD$ PORTNAME= aiosmtpd PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Asyncio based SMTP server LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Index: head/mail/py-aiosmtpd/pkg-descr =================================================================== --- head/mail/py-aiosmtpd/pkg-descr (revision 512199) +++ head/mail/py-aiosmtpd/pkg-descr (revision 512200) @@ -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/