diff options
author | yuri <yuri@FreeBSD.org> | 2019-12-15 18:57:38 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-12-15 18:57:38 +0800 |
commit | 2a33049a58c4f23f58b54af73bbb8d3cee338666 (patch) | |
tree | 579525ef9518fc9a78b89cdf760f2fd6ded64aa9 /security/Makefile | |
parent | 097a8d81344b8ad1fa80da4c5892eac3a8c3a0ed (diff) | |
download | freebsd-ports-gnome-2a33049a58c4f23f58b54af73bbb8d3cee338666.tar.gz freebsd-ports-gnome-2a33049a58c4f23f58b54af73bbb8d3cee338666.tar.zst freebsd-ports-gnome-2a33049a58c4f23f58b54af73bbb8d3cee338666.zip |
New port: security/py-ctypescrypto: CTypes-based interface for some OpenSSL libcrypto features
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 437008a3899a..9adcd4073f45 100644 --- a/security/Makefile +++ b/security/Makefile @@ -889,6 +889,7 @@ SUBDIR += py-cryptlib_py SUBDIR += py-cryptography SUBDIR += py-cryptography-vectors + SUBDIR += py-ctypescrypto SUBDIR += py-cybox SUBDIR += py-dfdatetime SUBDIR += py-dfvfs |