20 lines
360 B
Makefile
20 lines
360 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= captcha
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple CAPTCHA written in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rmagick>=2.9.2:graphics/rubygem-rmagick
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|