diff options
author | leeym <leeym@FreeBSD.org> | 2009-02-19 02:34:51 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-02-19 02:34:51 +0800 |
commit | 4f0ac036245b55638fe02d748a88c369a9b27d66 (patch) | |
tree | ac2daf5648b0e26fb9d06b73258187bef38591ea /net/p5-Net-Amazon-S3/Makefile | |
parent | 3d1886d540bc9372ae7a34c29b244f670af78a9f (diff) | |
download | freebsd-ports-gnome-4f0ac036245b55638fe02d748a88c369a9b27d66.tar.gz freebsd-ports-gnome-4f0ac036245b55638fe02d748a88c369a9b27d66.tar.zst freebsd-ports-gnome-4f0ac036245b55638fe02d748a88c369a9b27d66.zip |
- update to 0.50
Diffstat (limited to 'net/p5-Net-Amazon-S3/Makefile')
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index d1b477dd67ab..0d196f28f8e5 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon-S3 -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ COMMENT= Use the Amazon S3 - Simple Storage Service RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Data-Stream-Bulk>=0:${PORTSDIR}/devel/p5-Data-Stream-Bulk \ + p5-DateTime-Format-HTTP>=0:${PORTSDIR}/devel/p5-DateTime-Format-HTTP \ p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Digest-MD5-File>=0:${PORTSDIR}/security/p5-Digest-MD5-File \ |