diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 16:08:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-09-21 16:08:11 +0000 |
commit | 17e550ca2fd180b150f6645ced5f3bb45bc32292 (patch) | |
tree | e856fa025c5b15bbef21f621e347c51780662a47 /net/p5-OAuth-Lite | |
parent | b4599e3d63c3a94b17026b18d1f8ac27faac53fc (diff) |
Notes
Diffstat (limited to 'net/p5-OAuth-Lite')
-rw-r--r-- | net/p5-OAuth-Lite/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/p5-OAuth-Lite/Makefile b/net/p5-OAuth-Lite/Makefile index 5fcd1416e7cb..ee483f44f060 100644 --- a/net/p5-OAuth-Lite/Makefile +++ b/net/p5-OAuth-Lite/Makefile @@ -7,6 +7,7 @@ PORTNAME= OAuth-Lite PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/L/LY/LYOKATO @@ -21,7 +22,6 @@ RUN_DEPENDS= \ p5-Class-ErrorHandler>=0.01:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-Crypt-OpenSSL-RSA>=0.25:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ p5-Crypt-OpenSSL-Random>=0.04:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random \ - p5-Digest-SHA>=5.45:${PORTSDIR}/security/p5-Digest-SHA \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-List-MoreUtils>=0.21:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \ @@ -46,4 +46,10 @@ MAN3= OAuth::Lite.3 \ OAuth::Lite::Token.3 \ OAuth::Lite::Util.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include <bsd.port.post.mk> |