opnsense-ports/mail/py-aiosmtpd/Makefile
Franco Fichtner b41dd5c5bc */*: sync with upstream
Taken from: HardenedBSD
2017-08-31 07:01:12 +02:00

18 lines
312 B
Makefile

# $FreeBSD$
PORTNAME= aiosmtpd
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Asyncio based SMTP server
LICENSE= APACHE20
USES= python:3.5+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>