mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
rubygem-aws-sigv4 is Amazon Web Services Signature Version 4 signing library which generates sigv4 signature for HTTP requests. WWW: https://github.com/aws/aws-sdk-ruby
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aws-sigv4
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Amazon Web Services Signature Version 4 signing library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|