mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
21 lines
360 B
Makefile
21 lines
360 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= recaptcha
|
|
PORTVERSION= 4.14.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Helpers for the reCAPTCHA API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|