Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / p5-Authen-PluggableCaptcha / Makefile
blob600feeef345d456cac8ef4e13a6e78cb85cb14ad
1 # $NetBSD: Makefile,v 1.5 2012/10/03 21:57:26 wiz Exp $
4 DISTNAME= Authen-PluggableCaptcha-0.05
5 PKGNAME= p5-${DISTNAME}
6 PKGREVISION= 3
7 SVR4_PKGNAME= p5apc
8 CATEGORIES= security perl5
9 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
11 MAINTAINER= pkgsrc-users@NetBSD.org
12 HOMEPAGE= http://search.cpan.org/dist/Authen-PluggableCaptcha/
13 COMMENT= Perl5 module implementing a pluggable Captcha framework
14 LICENSE= ${PERL5_LICENSE}
16 DEPENDS+= p5-Number-Spell>=0.04:../../textproc/p5-Number-Spell
17 DEPENDS+= p5-HTML-Email-Obfuscate>=0.02:../../www/p5-HTML-Email-Obfuscate
19 REPLACE_PERL+= lib/Authen/PluggableCaptcha/ErrorLoggingObject.pm
20 REPLACE_PERL+= lib/Authen/PluggableCaptcha.pm
21 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Challenge.pm
22 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Challenge/DoMath.pm
23 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Challenge/TypeString.pm
24 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Helpers.pm
25 REPLACE_PERL+= lib/Authen/PluggableCaptcha/KeyManager.pm
26 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render.pm
27 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image.pm
28 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager.pm
29 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/effects.pm
30 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/effects/sinewarp.pm
31 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers.pm
32 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers/bg.pm
33 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers/distraction_lines.pm
34 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Image/Imager/layers/text.pm
35 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Text.pm
36 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Text/HTML.pm
37 REPLACE_PERL+= lib/Authen/PluggableCaptcha/Render/Text/Plain.pm
38 REPLACE_PERL+= lib/Authen/PluggableCaptcha/StandardAttributesObject.pm
39 REPLACE_PERL+= lib/Authen/PluggableCaptcha/ValidityObject.pm
41 PERL5_PACKLIST= auto/Authen/PluggableCaptcha/.packlist
43 .include "../../lang/perl5/module.mk"
44 .include "../../mk/bsd.pkg.mk"