diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-14 16:33:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-14 16:33:21 +0000 |
commit | 2b12cb786b702c29aada29f50b13190dfa0ded5c (patch) | |
tree | 433aed58bc88608266c354c9f135010c0e60cd45 /security/p5-Authen-Bitcard/Makefile | |
parent | 3f86e0748e3a5d5c3d8fd11a85fa142e8fd73bb8 (diff) | |
download | ports-2b12cb786b702c29aada29f50b13190dfa0ded5c.tar.gz ports-2b12cb786b702c29aada29f50b13190dfa0ded5c.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Bitcard/Makefile')
-rw-r--r-- | security/p5-Authen-Bitcard/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Authen-Bitcard/Makefile b/security/p5-Authen-Bitcard/Makefile index 823f3e0411f8..491014a7daf0 100644 --- a/security/p5-Authen-Bitcard/Makefile +++ b/security/p5-Authen-Bitcard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-Bitcard -PORTVERSION= 0.89 +PORTVERSION= 0.90 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,15 +18,14 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \ p5-URI>=1.22:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Authen::Bitcard.3 +MAN3= Authen::Bitcard.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 +.if ${PERL_LEVEL} < 501000 RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA .endif |