summaryrefslogtreecommitdiff
path: root/graphics/rubygem-invisible_captcha/Makefile
blob: 00e37dcd82a90442b599c6f5c549612f3ee3b424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	invisible_captcha
PORTVERSION=	2.1.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-rails-gitlab>=5.2:www/rubygem-rails-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>