18 lines
363 B
Makefile
18 lines
363 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= olivierd@FreeBSD.org
|
|
COMMENT= Python module for I/O completion events
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|