mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
17 lines
293 B
Makefile
17 lines
293 B
Makefile
PORTNAME= recaptcha
|
|
PORTVERSION= 5.16.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Helpers for the reCAPTCHA API
|
|
WWW= https://github.com/ambethia/recaptcha
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|