mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This module signs an HTTP::Request to Amazon Web Services by appending
an Authorization header. Amazon Web Services signature version 4, AWS4-HMAC-SHA256, is used. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/
This commit is contained in:
parent
497158d665
commit
bf68b381d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392635
@ -541,6 +541,7 @@
|
||||
SUBDIR += p5-Net-Amazon-S3
|
||||
SUBDIR += p5-Net-Amazon-Signature
|
||||
SUBDIR += p5-Net-Amazon-Signature-V3
|
||||
SUBDIR += p5-Net-Amazon-Signature-V4
|
||||
SUBDIR += p5-Net-Amazon-Thumbnail
|
||||
SUBDIR += p5-Net-Analysis
|
||||
SUBDIR += p5-Net-Appliance-Phrasebook
|
||||
|
26
net/p5-Net-Amazon-Signature-V4/Makefile
Normal file
26
net/p5-Net-Amazon-Signature-V4/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Amazon-Signature-V4
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for AWS signature V4, AWS4-HMAC-SHA256
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
|
||||
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-Net
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Amazon-Signature-V4/distinfo
Normal file
2
net/p5-Net-Amazon-Signature-V4/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Amazon-Signature-V4-0.14.tar.gz) = 18a4177d724675ba5226805eda076873bdb103a3cee4fd374aed06c61573cd4f
|
||||
SIZE (Net-Amazon-Signature-V4-0.14.tar.gz) = 15351
|
5
net/p5-Net-Amazon-Signature-V4/pkg-descr
Normal file
5
net/p5-Net-Amazon-Signature-V4/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module signs an HTTP::Request to Amazon Web Services by appending
|
||||
an Authorization header. Amazon Web Services signature version 4,
|
||||
AWS4-HMAC-SHA256, is used.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/
|
2
net/p5-Net-Amazon-Signature-V4/pkg-plist
Normal file
2
net/p5-Net-Amazon-Signature-V4/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%PERL5_MAN3%%/Net::Amazon::Signature::V4.3.gz
|
||||
%%SITE_PERL%%/Net/Amazon/Signature/V4.pm
|
Loading…
Reference in New Issue
Block a user