blob: 6ba0f8bcf3fcda46e2f1b895ee87e8236f3f54c2 (
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-turing
# Date created: 07 June 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= turing
PORTVERSION= 0.0.11
PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= avl@FreeBSD.org
COMMENT= Easy to use and customize/extend implementation of captcha
BUILD_DEPENDS= rubygem-gd2>=1.0.0:${PORTSDIR}/graphics/rubygem-gd2
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|