diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-15 02:42:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-15 02:42:51 +0800 |
commit | 6e5e1bf6b8b65be23c494348832b2b17a1be0e1c (patch) | |
tree | 3200fcbbdf580b69b6f33d95ce5adda0f903ef4a /net/Makefile | |
parent | 89f2a324abc144a5af7a50cdd6dbb7907f262b4a (diff) | |
download | freebsd-ports-gnome-6e5e1bf6b8b65be23c494348832b2b17a1be0e1c.tar.gz freebsd-ports-gnome-6e5e1bf6b8b65be23c494348832b2b17a1be0e1c.tar.zst freebsd-ports-gnome-6e5e1bf6b8b65be23c494348832b2b17a1be0e1c.zip |
- Add p5-VM-EC2-Security-CredentialCache 0.21
This module provides a cache for an EC2's IAM credentials represented by
VM::EC2::Security::Credentials. Rather than retriving the credentials for every
possible call that uses them, cache them until they expire and retreive them
again if they have expired.
WWW: http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4232b823a213..8947308068fb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -761,6 +761,7 @@ SUBDIR += p5-URI-Template-Restrict SUBDIR += p5-URI-ws SUBDIR += p5-VM-EC2 + SUBDIR += p5-VM-EC2-Security-CredentialCache SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl |