aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-captcha/Makefile
blob: 9873fabf84b429a0acd643a5f275fd8d3eec3973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Ports collection makefile for:	rubygem-captcha
# Date created:				13 March 2007
# Whom:					Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$

PORTNAME=	captcha
PORTVERSION=	0.1.2
PORTREVISION=	2
CATEGORIES=	graphics rubygems
MASTER_SITES=	RF

MAINTAINER=	avl@FreeBSD.org
COMMENT=	A simple CAPTCHA written in Ruby

BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/GD.so:${PORTSDIR}/graphics/ruby-gd
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>