diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-15 08:53:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-15 08:53:48 +0000 |
commit | 0433bf558c01509d09b2e9417a2fd35cdb461208 (patch) | |
tree | 968d5929a5b8b4a57d03003f0b805e4428b885a6 /security/p5-Authen-PluggableCaptcha | |
parent | 53f792f735f29ab6e780a417f16a6c2684835ebd (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-PluggableCaptcha')
-rw-r--r-- | security/p5-Authen-PluggableCaptcha/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/p5-Authen-PluggableCaptcha/Makefile b/security/p5-Authen-PluggableCaptcha/Makefile index 2f227fe5ca64..a2406d183651 100644 --- a/security/p5-Authen-PluggableCaptcha/Makefile +++ b/security/p5-Authen-PluggableCaptcha/Makefile @@ -7,6 +7,7 @@ PORTNAME= Authen-PluggableCaptcha PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,10 +22,18 @@ RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Authen::PluggableCaptcha.3 \ Authen::PluggableCaptcha::Challenge.3 \ + Authen::PluggableCaptcha::Challenge::DoMath.3 \ + Authen::PluggableCaptcha::Challenge::TypeString.3 \ Authen::PluggableCaptcha::ErrorLoggingObject.3 \ Authen::PluggableCaptcha::Helpers.3 \ Authen::PluggableCaptcha::KeyManager.3 \ Authen::PluggableCaptcha::Render.3 \ + Authen::PluggableCaptcha::Render::Image::Imager.3 \ + Authen::PluggableCaptcha::Render::Image::Imager::effects.3 \ + Authen::PluggableCaptcha::Render::Image::Imager::effects::sinewarp.3 \ + Authen::PluggableCaptcha::Render::Image::Imager::layers.3 \ + Authen::PluggableCaptcha::Render::Text::HTML.3 \ + Authen::PluggableCaptcha::Render::Text::Plain.3 \ Authen::PluggableCaptcha::StandardAttributesObject.3 \ Authen::PluggableCaptcha::Tutorial.3 \ Authen::PluggableCaptcha::ValidityObject.3 |