devel/rubygem-recaptcha: add port for recaptcha gem
This plugin adds helpers for the reCAPTCHA API WWW: http://github.com/ambethia/recaptcha
This commit is contained in:
parent
8d967354d1
commit
db54d4d479
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365386
4 changed files with 27 additions and 0 deletions
|
@ -4448,6 +4448,7 @@
|
|||
SUBDIR += rubygem-rb-kqueue
|
||||
SUBDIR += rubygem-rcov
|
||||
SUBDIR += rubygem-rdoc
|
||||
SUBDIR += rubygem-recaptcha
|
||||
SUBDIR += rubygem-redis-activesupport
|
||||
SUBDIR += rubygem-redis-store
|
||||
SUBDIR += rubygem-redmine_plugin_support
|
||||
|
|
21
devel/rubygem-recaptcha/Makefile
Normal file
21
devel/rubygem-recaptcha/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= recaptcha
|
||||
PORTVERSION= 0.3.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Helpers for the reCAPTCHA API
|
||||
|
||||
RUN_DEPENDS= rubygem-mocha>=0:${PORTSDIR}/devel/rubygem-mocha \
|
||||
rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
|
||||
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
|
||||
rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-recaptcha/distinfo
Normal file
2
devel/rubygem-recaptcha/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/recaptcha-0.3.6.gem) = 86b7b0a7f5848426599ea7bf016dcddc3986a9414d1146ced833cae288100a9e
|
||||
SIZE (rubygem/recaptcha-0.3.6.gem) = 13312
|
3
devel/rubygem-recaptcha/pkg-descr
Normal file
3
devel/rubygem-recaptcha/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This plugin adds helpers for the reCAPTCHA API
|
||||
|
||||
WWW: http://github.com/ambethia/recaptcha
|
Loading…
Reference in a new issue