freebsd-ports/devel/rubygem-recaptcha3/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

23 lines
367 B
Makefile

# $FreeBSD$
PORTNAME= recaptcha
PORTVERSION= 3.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Helpers for the reCAPTCHA API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
PORTSCOUT= limit:^3\.
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>