diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /net/p5-Net-Amazon-S3 | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'net/p5-Net-Amazon-S3')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index 541f6dd4daf..3e3e69e8b7c 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/12/01 09:01:48 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/12/09 14:17:50 obache Exp $ DISTNAME= Net-Amazon-S3-0.54 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -18,7 +18,7 @@ DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC DEPENDS+= p5-Digest-MD5-File>=0:../../security/p5-Digest-MD5-File DEPENDS+= p5-libwww>=2:../../www/p5-libwww DEPENDS+= p5-LWP-UserAgent-Determined>=0:../../www/p5-LWP-UserAgent-Determined -DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Moose>=0:../../devel/p5-Moose DEPENDS+= p5-MooseX-StrictConstructor>=0:../../devel/p5-MooseX-StrictConstructor DEPENDS+= p5-MooseX-Types-DateTimeX>=0:../../time/p5-MooseX-Types-DateTimeX |