Required for gitlab-ce 16.4 Changelog: https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md
19 lines
336 B
Makefile
19 lines
336 B
Makefile
PORTNAME= invisible_captcha
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Unobtrusive CAPTCHA for ruby
|
|
WWW= https://github.com/markets/invisible_captcha
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rails70>=5.2:www/rubygem-rails70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|