1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/py-aiosmtpd/Makefile
Jose Alonso Cardenas Marquez c2b7100e4b - Fix python dependency
Reported by:	dbaio
2017-08-30 03:04:08 +00:00

19 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>