diff options
Diffstat (limited to 'www/py-pyramid_rpc')
-rw-r--r-- | www/py-pyramid_rpc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/py-pyramid_rpc/Makefile b/www/py-pyramid_rpc/Makefile index 6f311d1b7a0e..fef7a52fb498 100644 --- a/www/py-pyramid_rpc/Makefile +++ b/www/py-pyramid_rpc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pyramid_rpc -# Date created: 2011-08-25 -# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> -# +# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pyramid_rpc PORTVERSION= 0.3 @@ -20,4 +16,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> |