summaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-beautifulsoup/Makefile')
-rw-r--r--www/py-beautifulsoup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile
index 6ad67b3c2f1..0e724128d96 100644
--- a/www/py-beautifulsoup/Makefile
+++ b/www/py-beautifulsoup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/09/03 08:53:17 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/07/03 05:03:39 adam Exp $
DISTNAME= BeautifulSoup-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.crummy.com/software/BeautifulSoup/
COMMENT= HTML/XML Parser for Python, version 3
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # use py-beautifulsoup4 for python-3.x
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # use py-beautifulsoup4 for python-3.x
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"