freebsd-ports/devel/py-async/Makefile
Martin Wilke 539bdc0565 - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-06 15:08:16 +00:00

18 lines
391 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= async
PORTVERSION= 0.6.1
PORTREVISION= 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
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>