diff options
Diffstat (limited to 'databases/pydbx/Makefile')
-rw-r--r-- | databases/pydbx/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/pydbx/Makefile b/databases/pydbx/Makefile index 7fd42b933407..418e72b40c20 100644 --- a/databases/pydbx/Makefile +++ b/databases/pydbx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-dbx -# Date created: 2005-12-18 -# Whom: David Phillips <david@acz.org> -# +# Created by: David Phillips <david@acz.org> # $FreeBSD$ -# PORTNAME= pydbx PORTVERSION= 0.14 @@ -18,4 +14,5 @@ COMMENT= Simple SQL database abstraction layer for Python USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> |