diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-05 14:58:43 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-05 14:58:43 +0800 |
commit | ef2764b90060d07dc424813b4ca1cc2f14bec1f0 (patch) | |
tree | 8dce149c3a0ebd9e185f31dff4f6ace72a8a510a /security/Makefile | |
parent | c6e87a80ba0df31f1af0900fb07fca395638aa20 (diff) | |
download | freebsd-ports-graphics-ef2764b90060d07dc424813b4ca1cc2f14bec1f0.tar.gz freebsd-ports-graphics-ef2764b90060d07dc424813b4ca1cc2f14bec1f0.tar.zst freebsd-ports-graphics-ef2764b90060d07dc424813b4ca1cc2f14bec1f0.zip |
add cryptopp, a free C++ class library of cryptographic schemes
PR: 24432
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
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 054fb622fbd..e4e94c1b61f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -20,6 +20,7 @@ SUBDIR += cops SUBDIR += crack SUBDIR += cracklib + SUBDIR += cryptopp SUBDIR += cyrus-sasl SUBDIR += ddos_scan SUBDIR += donkey |