mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9cb6bb6ffe
- Update to 1.2 - Add missing atpublic runtime dependency PR: 233829 Submitted by: myself Approved by: maintainer timeout (2 weeks)
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aiosmtpd
|
|
PORTVERSION= 1.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|