freebsd-ports/net/p5-VM-EC2-Security-CredentialCache/Makefile
Sunpoet Po-Chuan Hsieh 0754e3ce6c - 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/
2015-04-14 18:42:51 +00:00

23 lines
558 B
Makefile

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