blob: 65955ba833508dc2ff586b8ff10368637810a28d (
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
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= Captcha-reCAPTCHA
PORTVERSION= 0.97
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PHRED
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= 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
USES= perl5
USE_PERL5= configure
NO_STAGE= yes
.include <bsd.port.mk>
|