kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00

23 lines
413 B
Makefile

# $OpenBSD: Makefile,v 1.9 2021/05/21 19:50:38 kmos Exp $
COMMENT = plugin for reCAPTCHA and reCAPTCHA Mailhide
MODPY_EGG_VERSION = 1.0.6
DISTNAME = recaptcha-client-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = www devel
# MIT-X11
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_SETUPTOOLS = Yes
.include <bsd.port.mk>