bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/01/04 20:55:34 wiz Exp $
|
|
|
|
DISTNAME= recaptcha-client-1.0.6
|
|
PKGNAME= ${PYPKGPREFIX}-recaptcha-1.0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/recaptcha-client/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cheeseshop.python.org/pypi/recaptcha-client
|
|
COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide
|
|
LICENSE= mit
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # as of 1.0.6
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|