aboutsummaryrefslogtreecommitdiff
path: root/devel/py-async/Makefile
blob: ee0096181fbe4dcfe8fe6b63eff0559bcdf39772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: 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

NO_STAGE=	yes
.include <bsd.port.mk>