diff options
Diffstat (limited to 'www/py-mechanize/Makefile')
-rw-r--r-- | www/py-mechanize/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile index 2b55d7b6ef7..8251f57d962 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/28 06:31:01 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:29 wiz Exp $ DISTNAME= mechanize-0.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +12,8 @@ COMMENT= Stateful programmatic web browsing in Python USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.5 + do-test: ${RUN}cd ${WRKSRC}; ${PYTHONBIN} test.py |