diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-04-26 08:44:46 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-04-26 08:44:46 +0000 |
commit | 93a7a8eaa9c8ef77812c0e31da443f92267340b4 (patch) | |
tree | 52b08d91c57b03ef61f32e6e1db741986684e60d /mail/py-aiosmtpd | |
parent | 953b5ce392f4088bb4b24d632a257335165a49c4 (diff) | |
download | pkgsrc-93a7a8eaa9c8ef77812c0e31da443f92267340b4.tar.gz |
Not for Python 2.7
Diffstat (limited to 'mail/py-aiosmtpd')
-rw-r--r-- | mail/py-aiosmtpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile index c8a7d76c0d5..38dc599e8dd 100644 --- a/mail/py-aiosmtpd/Makefile +++ b/mail/py-aiosmtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/04/25 17:16:57 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/04/26 08:44:46 fhajny Exp $ DISTNAME= aiosmtpd-1.0a5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-atpublic-[0-9]*:../../devel/py-atpublic USE_LANGUAGES= # none +PYTHON_VERSIONS_ACCEPTED= 36 35 34 + post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} smtpd smtpd${PYVERSSUFFIX} |