# New ports collection makefile for:	async
# Date created:				March 15, 2011
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/devel/py-async/Makefile,v 1.1 2011/03/15 07:55:54 wen Exp $
#

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

.include <bsd.port.mk>
