freebsd-ports/devel/py-async/Makefile

17 lines
362 B
Makefile

# 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>