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 5491d0cff62..787a1520e3b 100644
--- a/www/py-beautifulsoup/Makefile
+++ b/www/py-beautifulsoup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/07/09 13:04:13 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2017/01/01 14:44:04 wiz Exp $
DISTNAME= BeautifulSoup-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/
COMMENT= HTML/XML Parser for Python, version 3
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # use py-beautifulsoup4 for python-3.x
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # use py-beautifulsoup4 for python-3.x
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"