diff options
author | markd <markd@pkgsrc.org> | 2013-02-18 08:58:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-02-18 08:58:40 +0000 |
commit | 68d760a10680c1d58fdae8ac4fe90e61e7977db5 (patch) | |
tree | b2a9a96004683c6e6c2104e35558a99a75c7eac2 /net/p5-Net-OpenID-Consumer | |
parent | 5a6c5eaa66961e496631ba9015ff067683d03591 (diff) | |
download | pkgsrc-68d760a10680c1d58fdae8ac4fe90e61e7977db5.tar.gz |
base perl has had newer Time::Local than p5-Time-Local since at least
5.14.0
Diffstat (limited to 'net/p5-Net-OpenID-Consumer')
-rw-r--r-- | net/p5-Net-OpenID-Consumer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-OpenID-Consumer/Makefile b/net/p5-Net-OpenID-Consumer/Makefile index 2530dc7adf9..2501d8975de 100644 --- a/net/p5-Net-OpenID-Consumer/Makefile +++ b/net/p5-Net-OpenID-Consumer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 17:18:51 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/02/18 09:02:52 markd Exp $ # DISTNAME= Net-OpenID-Consumer-1.03 @@ -16,7 +16,7 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Crypt-DH>=0.05:../../security/p5-Crypt-DH DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Time-Local-[0-9]*:../../time/p5-Time-Local +DEPENDS+= {perl>=5.14.0,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple |