mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
f794273c2c
WWW: https://launchpad.net/python-iowait Approved by: rene, miwi (mentors)
22 lines
475 B
Makefile
22 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>
|