aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Captcha-reCAPTCHA/Makefile
blob: d8d76a5d94228bfe2af106167094f4b9c233f9e5 (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
24
25
26
# New ports collection makefile for:    p5-Captcha-reCAPTCHA
# Date created:             2008/01/26
# Whom:                 chinsan
#
# $FreeBSD$
#

PORTNAME=   Captcha-reCAPTCHA
PORTVERSION=    0.94
CATEGORIES= graphics perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:ANDYA
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    A Perl implementation of the reCAPTCHA API

BUILD_DEPENDS=  p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
        p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny
RUN_DEPENDS:=   ${BUILD_DEPENDS}

MAN3=       Captcha::reCAPTCHA.3

PERL_CONFIGURE= yes

.include <bsd.port.mk>