diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-05 22:23:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-05 22:23:43 +0800 |
commit | 61f9f871839327d950238f5fd1f89baed85935ff (patch) | |
tree | 594fe87b8791ded42d12b6180dba038615ec3a2c /security/Makefile | |
parent | 8dc48eed3e3992d5e8f0d78a27ddb793cd5e8520 (diff) | |
download | freebsd-ports-gnome-61f9f871839327d950238f5fd1f89baed85935ff.tar.gz freebsd-ports-gnome-61f9f871839327d950238f5fd1f89baed85935ff.tar.zst freebsd-ports-gnome-61f9f871839327d950238f5fd1f89baed85935ff.zip |
pycryptopp is a set of Python wrappers for a few of
the best crypto algorithms from the Crypto++ library.
WWW: http://allmydata.org/trac/pycryptopp
PR: ports/126977
Submitted by: Wen Heping <wenheping at gmail.com>
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 4b46d0f9f887..d45b68dc1085 100644 --- a/security/Makefile +++ b/security/Makefile @@ -642,6 +642,7 @@ SUBDIR += py-posix1e SUBDIR += py-pow SUBDIR += py-pycrypto + SUBDIR += py-pycryptopp SUBDIR += py-rijndael SUBDIR += py-tlslite SUBDIR += py-trustedpickle |