Update ports-mgmt/pkg-devel to version 1.4.0.p.a4
[dports.git] / graphics / rubygem-captcha / Makefile
1 # Created by: Alexander Logvinov <ports@logvinov.com>
2 # $FreeBSD$
3
4 PORTNAME=       captcha
5 PORTVERSION=    1.2.2
6 CATEGORIES=     graphics rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Simple CAPTCHA written in Ruby
11
12 BUILD_DEPENDS=  rubygem-rmagick>=1.0:${PORTSDIR}/graphics/rubygem-rmagick
13 RUN_DEPENDS:=   ${BUILD_DEPENDS}
14
15 USE_RUBY=       yes
16 USE_RUBYGEMS=   yes
17 RUBYGEM_AUTOPLIST=      yes
18
19 .include <bsd.port.mk>