96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# Created by: Philip Paeps <philip@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= recaptcha
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
|
MASTER_SITE_SUBDIR= source/r/recaptcha-client
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-client-${PORTVERSION}
|
|
|
|
MAINTAINER= philip@FreeBSD.org
|
|
COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|