diff options
Diffstat (limited to 'devel/py-turbojson/Makefile')
-rw-r--r-- | devel/py-turbojson/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-turbojson/Makefile b/devel/py-turbojson/Makefile index 0fced09f888f..6f71faf47251 100644 --- a/devel/py-turbojson/Makefile +++ b/devel/py-turbojson/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-turbojson -# Date created: 2006-12-02 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= TurboJson PORTVERSION= 1.3.2 @@ -28,4 +24,5 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS= easy_install +NO_STAGE= yes .include <bsd.port.mk> |