diff options
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile')
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile index 799f187f4bfe..2d98afc154af 100644 --- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -6,19 +6,20 @@ # PORTNAME= Captcha-reCAPTCHA-Mailhide -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/A/AN/ANDYA +MASTER_SITE_SUBDIR= CPAN:ANDYA PKGNAMEPREFIX= p5- MAINTAINER= gerard@seibercom.net COMMENT= A Perl implementation of the reCAPTCHA Mailhide API -BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Crypt-Rijndael>=1.09:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-HTML-Tiny>=1.05:${PORTSDIR}/textproc/p5-HTML-Tiny \ + p5-MIME-Base64>=3.13:${PORTSDIR}/converters/p5-MIME-Base64 + +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Captcha::reCAPTCHA::Mailhide.3 |