19 lines
352 B
Makefile
19 lines
352 B
Makefile
PORTNAME= invisible_captcha
|
|
PORTVERSION= 2.0.0
|
|
PORTREVISION= 1
|
|
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-rails61>=5.0:www/rubygem-rails61
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|