2013-09-20 19:13:42 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2011-03-15 08:55:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= async
|
|
|
|
PORTVERSION= 0.6.1
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Framework to process interdependent tasks in a pool of workers
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2011-03-15 08:55:54 +01:00
|
|
|
.include <bsd.port.mk>
|