diff options
Diffstat (limited to 'www/p5-LWP-Authen-Wsse/Makefile')
-rw-r--r-- | www/p5-LWP-Authen-Wsse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile index 93f856ccd2c..e7dbfd0aa86 100644 --- a/www/p5-LWP-Authen-Wsse/Makefile +++ b/www/p5-LWP-Authen-Wsse/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:47 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:55 obache Exp $ DISTNAME= LWP-Authen-Wsse-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= p5law CATEGORIES= perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -13,7 +13,7 @@ COMMENT= Library for enabling X-WSSE authentication in LWP DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/LWP/Authen/Wsse/.packlist |