f794273c2c
WWW: https://launchpad.net/python-iowait Approved by: rene, miwi (mentors)
21 lines
475 B
Makefile
21 lines
475 B
Makefile
# New ports collection makefile for: py-iowait
|
|
# Date created: 2012/07/28
|
|
# Whom: Olivier Duchateau <olivierd@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v e97803c008da 2012/08/25 17:20:14 olivier $
|
|
# $FreeBSD $
|
|
#
|
|
|
|
PORTNAME= iowait
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= Python module for I/O completion events
|
|
|
|
USE_PYTHON= 2.7
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|