aboutsummaryrefslogtreecommitdiff
path: root/devel/py-async/Makefile
blob: 888d0ff733efdd76e0077d8dc9043fc77df6b340 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	async
# Date created:				March 15, 2011
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $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

.include <bsd.port.mk>