1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- 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/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-04-14 18:42:51 +00:00
parent 4879031328
commit 0754e3ce6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384016
5 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= VM-EC2-Security-CredentialCache
PORTVERSION= 0.21
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cache credentials respecting expriation time for IAM roles
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
p5-VM-EC2>=0:${PORTSDIR}/net/p5-VM-EC2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (VM-EC2-Security-CredentialCache-0.21.tar.gz) = 4ad05e5524984314b9c708b0e7bd8a63dfdd6ecfc423c6fb301e2e30d130931b
SIZE (VM-EC2-Security-CredentialCache-0.21.tar.gz) = 9617

View File

@ -0,0 +1,6 @@
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/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/VM/EC2/Security/CredentialCache.pm
%%PERL5_MAN3%%/VM::EC2::Security::CredentialCache.3.gz