diff options
Diffstat (limited to 'devel/py-gitpython/Makefile')
-rw-r--r-- | devel/py-gitpython/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index 12277325e0be..809cd7738622 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-GitPython -# Date created: 2006-07-18 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= GitPython PORTVERSION= 0.3.1 @@ -19,4 +15,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gitdb>0:${PORTSDIR}/devel/py-gitdb USE_PYTHON= yes USE_PYDISTUTILS=easy_install +NO_STAGE= yes .include <bsd.port.mk> |