freebsd-ports/sysutils/py-iowait/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
366 B
Makefile

# Created by: Olivier Duchateau <olivierd@FreeBSD.org>
# $FreeBSD$
PORTNAME= iowait
PORTVERSION= 0.2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python module for I/O completion events
LICENSE= GPLv3
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>