diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:26:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:26:02 +0000 |
commit | c6b6c065ac5c0b024d23e89c4361c5a43885e3d1 (patch) | |
tree | dcbd36cf08d5ba50627a7fba7a58cb14fd2723a2 /security/Makefile | |
parent | 8895a309a225e31ccab814abd3c08b9dda205eb4 (diff) | |
download | ports-c6b6c065ac5c0b024d23e89c4361c5a43885e3d1.tar.gz ports-c6b6c065ac5c0b024d23e89c4361c5a43885e3d1.zip |
Add p5-Crypt-ECB 1.1, perl module implementing the ECB encryption
algorithm.
Notes
Notes:
svn path=/head/; revision=36701
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 0ea429d146d6..bf093c64e0e4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -77,6 +77,7 @@ SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-DES + SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Digest-MD5 |