1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/py-recaptcha/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
440 B
Makefile

# Created by: Philip Paeps <philip@FreeBSD.org>
# $FreeBSD$
PORTNAME= recaptcha
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP/source/r/recaptcha-client
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-client-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>