aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-captcha/Makefile
blob: f69532c6144f1fe4ae7de2b7110ea054c0429510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

BUILD_DEPENDS=  rubygem-rmagick>=1.0:${PORTSDIR}/graphics/rubygem-rmagick
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>