diff options
Diffstat (limited to 'www/py-recaptcha/Makefile')
-rw-r--r-- | www/py-recaptcha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-recaptcha/Makefile b/www/py-recaptcha/Makefile index fe96fc34fc6..6797351806d 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2018/07/03 05:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:21 maya Exp $ DISTNAME= recaptcha-client-1.0.6 PKGNAME= ${PYPKGPREFIX}-recaptcha-1.0.6 @@ -10,7 +10,7 @@ HOMEPAGE= http://cheeseshop.python.org/pypi/recaptcha-client COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 1.0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 1.0.6 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |