diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-30 09:50:18 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-30 09:50:18 +0000 |
commit | 33a6aa9a28a1ee9160f6833ea6a5504dd3a5e51b (patch) | |
tree | 5ad4b126ed6bb792ce7ec37744e41df6bfaeb17c /security/Makefile | |
parent | c440e0bd5700b1de31afbe376b62c92211b7e2d6 (diff) | |
download | FreeBSD-ports-33a6aa9a28a1ee9160f6833ea6a5504dd3a5e51b.zip FreeBSD-ports-33a6aa9a28a1ee9160f6833ea6a5504dd3a5e51b.tar.gz |
Add security/pear-Crypt_CBC:
PEAR class to emulate Perl's Crypt::CBC module
PR: ports/47418
Submitted by: Thierry Thomas <thierry@pompo.net>
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 5d6117d..07cec02 100644 --- a/security/Makefile +++ b/security/Makefile @@ -223,6 +223,7 @@ SUBDIR += pam_pop3 SUBDIR += pam_pwdfile SUBDIR += pam_smb + SUBDIR += pear-Crypt_CBC SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 |