diff options
Diffstat (limited to 'net/py-soappy/Makefile')
-rw-r--r-- | net/py-soappy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index 7c22b679b3e2..959aa4b2a5b1 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-soappy -# Date created: 2 Aug 2004 -# Whom: Alexander Leidinger -# +# Created by: Alexander Leidinger # $FreeBSD$ -# PORTNAME= soappy PORTVERSION= 0.11.6 @@ -26,4 +22,5 @@ RUN_DEPENDS+= ${PYXML} \ CONFLICTS= py*-soappy-devel-0.12.* +NO_STAGE= yes .include <bsd.port.mk> |