mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
20 lines
356 B
Makefile
20 lines
356 B
Makefile
PORTNAME= captcha
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple CAPTCHA written in Ruby
|
|
WWW= https://github.com/winton/captcha
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-rmagick>=2.9.2:graphics/rubygem-rmagick
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|