aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pymysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-pymysql/Makefile')
-rw-r--r--databases/py-pymysql/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile
index 2d54ac3c878b..8a74546b40e5 100644
--- a/databases/py-pymysql/Makefile
+++ b/databases/py-pymysql/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-pymysql
-# Date created: 2011-07-23
-# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pymysql
PORTVERSION= 0.5
@@ -20,4 +16,5 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyMySQL
+NO_STAGE= yes
.include <bsd.port.mk>