mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Add p5-AWS-Signature4 1.02
AWS::Signature4 implement's Amazon Web Service's Signature version 4. WWW: https://metacpan.org/release/AWS-Signature4
This commit is contained in:
parent
3a770d300a
commit
dad39e7ace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519864
5 changed files with 36 additions and 0 deletions
|
@ -1692,6 +1692,7 @@
|
|||
SUBDIR += p5-AI-Pathfinding-AStar
|
||||
SUBDIR += p5-AI-Prolog
|
||||
SUBDIR += p5-ARGV-Struct
|
||||
SUBDIR += p5-AWS-Signature4
|
||||
SUBDIR += p5-Acme-Comment
|
||||
SUBDIR += p5-Acme-Damn
|
||||
SUBDIR += p5-Acme-MetaSyntactic
|
||||
|
|
27
devel/p5-AWS-Signature4/Makefile
Normal file
27
devel/p5-AWS-Signature4/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= AWS-Signature4
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Create a version4 signature for Amazon Web Services
|
||||
|
||||
LICENSE= ART20 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART20= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \
|
||||
p5-URI>=1.59:net/p5-URI \
|
||||
p5-libwww>=5.835:www/p5-libwww
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-AWS-Signature4/distinfo
Normal file
3
devel/p5-AWS-Signature4/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1576073067
|
||||
SHA256 (AWS-Signature4-1.02.tar.gz) = 20bbc16cb3454fe5e8cf34fe61f1a91fe26c3f17e449ff665fcbbb92ab443ebd
|
||||
SIZE (AWS-Signature4-1.02.tar.gz) = 11698
|
3
devel/p5-AWS-Signature4/pkg-descr
Normal file
3
devel/p5-AWS-Signature4/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
AWS::Signature4 implement's Amazon Web Service's Signature version 4.
|
||||
|
||||
WWW: https://metacpan.org/release/AWS-Signature4
|
2
devel/p5-AWS-Signature4/pkg-plist
Normal file
2
devel/p5-AWS-Signature4/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/AWS/Signature4.pm
|
||||
%%PERL5_MAN3%%/AWS::Signature4.3.gz
|
Loading…
Add table
Reference in a new issue