aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon-Signature-V4
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2018-09-131-3/+2
| | | | | | | | | | - While I'm here, sort *_DEPENDS - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=479744
* - Update to 0.18Wen Heping2018-08-222-9/+8
| | | | | | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Amazon-Signature-V4 PR: 230095 Submitted by: wen@(myself) Approved by: maintainer(timeout, > 20 days) Notes: svn path=/head/; revision=477767
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-302-4/+4
| | | | | | | | | | | | - While I'm here: - Fix *_DEPENDS: add missing www/p5-HTTP-Message - Sort PLIST - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=444797
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix dependency on p5-Net.Mathieu Arnold2015-07-241-1/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=392821
* This module signs an HTTP::Request to Amazon Web Services by appendingJun Kuriyama2015-07-214-0/+35
an Authorization header. Amazon Web Services signature version 4, AWS4-HMAC-SHA256, is used. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/ Notes: svn path=/head/; revision=392635