diff options
Diffstat (limited to 'www/webpy')
-rw-r--r-- | www/webpy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/webpy/Makefile b/www/webpy/Makefile index a220c2170a22..75008d30f572 100644 --- a/www/webpy/Makefile +++ b/www/webpy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: webpy -# Date created: 2008-12-24 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= webpy PORTVERSION= 0.37 @@ -19,4 +15,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= web.py +NO_STAGE= yes .include <bsd.port.mk> |