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:
Steve Wills 2014-08-19 14:59:26 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/recaptcha-0.3.6.gem) = 86b7b0a7f5848426599ea7bf016dcddc3986a9414d1146ced833cae288100a9e
SIZE (rubygem/recaptcha-0.3.6.gem) = 13312

View file

@ -0,0 +1,3 @@
This plugin adds helpers for the reCAPTCHA API
WWW: http://github.com/ambethia/recaptcha