diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-08-21 19:54:07 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-08-21 19:54:07 +0000 |
commit | 0dedb0710bac8caa6db3f1d343a754a045e8c8ed (patch) | |
tree | 8099e62c26ad0ba67a51f6eaf7fe434d8e645fb7 /net/Makefile | |
parent | da709e9964a4b53edcab2f4718115c2b1b31d326 (diff) | |
download | pkgsrc-0dedb0710bac8caa6db3f1d343a754a045e8c8ed.tar.gz |
New package, aws-sdk-go.
The AWS SDK for Go provides easy-to-use APIs and utilities developers can use
to quickly integrate Go applications with AWS services like Amazon S3 and
Amazon EC2.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 70cd18ac8c5..2ce2a20b900 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1127 2016/08/01 09:48:02 wiz Exp $ +# $NetBSD: Makefile,v 1.1128 2016/08/21 19:54:07 bsiegert Exp $ # COMMENT= Networking tools @@ -33,6 +33,7 @@ SUBDIR+= arpwatch SUBDIR+= autonet SUBDIR+= avahi SUBDIR+= awhois +SUBDIR+= aws-sdk-go SUBDIR+= balance SUBDIR+= barnyard SUBDIR+= batchftp |