mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
19 lines
361 B
Makefile
19 lines
361 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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|