summaryrefslogtreecommitdiff
path: root/security/sqlmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sqlmap/Makefile')
-rw-r--r--security/sqlmap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile
index f0c51aa9db2..92d33869497 100644
--- a/security/sqlmap/Makefile
+++ b/security/sqlmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/01/21 21:46:34 leot Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:32 adam Exp $
DISTNAME= sqlmap-1.2
CATEGORIES= security
@@ -30,7 +30,7 @@ REPLACE_PYTHON+= sqlmap/extra/shutils/regressiontest.py
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"