aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-iowait/Makefile
blob: b6156f833d26878b3e552f63c8fb6e57e9554bc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Olivier Duchateau <olivierd@FreeBSD.org>

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>