diff options
author | gls <gls@pkgsrc.org> | 2012-02-12 15:07:24 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-02-12 15:07:24 +0000 |
commit | 85d9c9b977076182320644e4e46ae2fafd8399fc (patch) | |
tree | fa764967c5a7d6986956c178ae69554356055e20 /security | |
parent | 9a978e06018c44974b48b00359bf3e4fcf51bf67 (diff) | |
download | pkgsrc-85d9c9b977076182320644e4e46ae2fafd8399fc.tar.gz |
Add & enable py-ssh
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index b1cd2dafbc9..003aab79364 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.423 2012/02/03 14:45:29 drochner Exp $ +# $NetBSD: Makefile,v 1.424 2012/02/12 15:07:24 gls Exp $ # COMMENT= Security tools @@ -304,6 +304,7 @@ SUBDIR+= py-openid SUBDIR+= py-paramiko SUBDIR+= py-prewikka SUBDIR+= py-smbpasswd +SUBDIR+= py-ssh SUBDIR+= py-tlslite SUBDIR+= py-xmlsec SUBDIR+= pyca |