summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-15 08:53:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-15 08:53:48 +0000
commit0433bf558c01509d09b2e9417a2fd35cdb461208 (patch)
tree968d5929a5b8b4a57d03003f0b805e4428b885a6 /security
parent- Mark BROKEN on FreeBSD 6.x: does not compile (diff)
- Fix plist with perl 5.8.9
Notes
Notes: svn path=/head/; revision=226149
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-PluggableCaptcha/Makefile9
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