diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-05-11 13:27:16 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-05-11 13:27:16 +0000 |
commit | 81f603dda412c798fb3ad03a566c8cecbc3372cd (patch) | |
tree | beb969ff0647f065e56c489e16bf77c48228c53e /security/Makefile | |
parent | 6ef2cbdfc737d078c24e154236bbe19f13f58fd6 (diff) | |
download | pkgsrc-81f603dda412c798fb3ad03a566c8cecbc3372cd.tar.gz |
Add a package for golang.org/x/oauth2, an OAuth 2 client library for Go.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index d4c845ce850..80d7aa13461 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.548 2015/04/20 07:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.549 2015/05/11 13:27:16 bsiegert Exp $ # COMMENT= Security tools @@ -86,6 +86,7 @@ SUBDIR+= gnupg SUBDIR+= gnupg-pkcs11-scd SUBDIR+= gnupg2 SUBDIR+= gnutls +SUBDIR+= go-oauth2 SUBDIR+= google-authenticator SUBDIR+= gpa SUBDIR+= gpass |