diff options
Diffstat (limited to 'devel/py-async')
-rw-r--r-- | devel/py-async/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-async/Makefile b/devel/py-async/Makefile index 888d0ff733ef..ee0096181fbe 100644 --- a/devel/py-async/Makefile +++ b/devel/py-async/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: async -# Date created: March 15, 2011 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= async PORTVERSION= 0.6.1 @@ -17,4 +13,5 @@ COMMENT= Framework to process interdependent tasks in a pool of workers USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> |