aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-captcha/Makefile
blob: 8858373c26d4da7d121b3d76ec09969ff100ca48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Alexander Logvinov <ports@logvinov.com>

PORTNAME=	captcha
PORTVERSION=	1.2.2
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simple CAPTCHA written in Ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-rmagick>=2.9.2:graphics/rubygem-rmagick

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>