Update lang/gcc6-devel to version 6.2.1.s20160825
[dports.git] / sysutils / py-iowait / Makefile
1 # Created by: Olivier Duchateau <olivierd@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       iowait
5 PORTVERSION=    0.2
6 CATEGORIES=     sysutils python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     olivierd@FreeBSD.org
11 COMMENT=        Python module for I/O completion events
12
13 LICENSE=        GPLv3
14
15 USES=   python
16 USE_PYTHON=     distutils autoplist
17
18 .include <bsd.port.mk>