diff options
Diffstat (limited to 'devel/py-unittest2/Makefile')
-rw-r--r-- | devel/py-unittest2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index e1195881d0b9..eff38b30893b 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: py-unittest2 -# Date created: Nov 08, 2011 -# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru> -# # $FreeBSD$ -# PORTNAME= unittest2 PORTVERSION= 0.5.1 @@ -21,4 +16,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install USE_ZIP= yes +NO_STAGE= yes .include <bsd.port.mk> |