Update security/p5-Authen-Captcha to version 1.023_9
[dports.git] / security / p5-Authen-Captcha / Makefile
1 # Created by: tobez@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       Authen-Captcha
5 PORTVERSION=    1.023
6 PORTREVISION=   9
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl module to verify the human element in transactions
13
14 BUILD_DEPENDS=  p5-GD>=0:${PORTSDIR}/graphics/p5-GD
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>