2013-02-26 22:34:44 +01:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
2007-03-13 14:15:57 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= captcha
|
2013-02-26 22:34:44 +01:00
|
|
|
PORTVERSION= 1.2.2
|
2007-03-13 14:15:57 +01:00
|
|
|
CATEGORIES= graphics rubygems
|
2010-11-23 05:54:20 +01:00
|
|
|
MASTER_SITES= RG
|
2007-03-13 14:15:57 +01:00
|
|
|
|
2010-12-09 00:08:04 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Simple CAPTCHA written in Ruby
|
2007-03-13 14:15:57 +01:00
|
|
|
|
2015-05-25 21:55:00 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rmagick>=2.9.2:${PORTSDIR}/graphics/rubygem-rmagick
|
2007-03-13 14:15:57 +01:00
|
|
|
|
2015-06-03 20:45:35 +02:00
|
|
|
NO_ARCH= yes
|
2007-03-13 14:15:57 +01:00
|
|
|
USE_RUBY= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:03:48 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2007-03-13 14:15:57 +01:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|