diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 12:57:33 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 12:57:33 +0800 |
commit | 9556cd57778ec3d270919226bfb4a5cca30f84a2 (patch) | |
tree | b346d71b8320023514da0b693ca6176c2208a6c1 /security/Makefile | |
parent | f96fb44ea50f6332f1c93b79536677f2269b224e (diff) | |
download | freebsd-ports-gnome-9556cd57778ec3d270919226bfb4a5cca30f84a2.tar.gz freebsd-ports-gnome-9556cd57778ec3d270919226bfb4a5cca30f84a2.tar.zst freebsd-ports-gnome-9556cd57778ec3d270919226bfb4a5cca30f84a2.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>
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 |