diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 04:57:33 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 04:57:33 +0000 |
commit | 1d6d580c8d14b76d87c8e7ec9470fbe635a2a7e9 (patch) | |
tree | cc2609769ed724afe43877ea20190409123b4906 /security/Makefile | |
parent | 0edc74f76bd33f5c9ff7164c7e5d9fb8944e071a (diff) | |
download | ports-1d6d580c8d14b76d87c8e7ec9470fbe635a2a7e9.tar.gz ports-1d6d580c8d14b76d87c8e7ec9470fbe635a2a7e9.zip |
- Add py-twistedConch, an SSH and SFTP protocol implementation
together with clients and servers.
PR: ports/79921
Submitted by: Neal Nelson <neal@nelson.name>
Notes
Notes:
svn path=/head/; revision=133385
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index fe491feed3a7..de45f10ab0e6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -400,6 +400,7 @@ SUBDIR += py-pycrypto SUBDIR += py-rijndael SUBDIR += py-twofish + SUBDIR += py-twistedConch SUBDIR += py-xmlsec SUBDIR += qca-tls SUBDIR += qident |