freebsd-ports/graphics/rubygem-invisible_captcha/Makefile
2021-01-27 12:43:20 +00:00

22 lines
382 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= invisible_captcha
PORTVERSION= 1.1.0
PORTREVISION= 0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Unobtrusive CAPTCHA for ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-rails60>=4.2:www/rubygem-rails60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>