diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-23 16:08:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-23 16:08:31 +0800 |
commit | 41c9d40960e55e5993efeedf2b564a6b3fb9878a (patch) | |
tree | c2e4bcee4213c34366b148686fee5e51976073c2 /security/Makefile | |
parent | 64b16aed7a7c94696eed7191086cb650f3311a96 (diff) | |
download | freebsd-ports-gnome-41c9d40960e55e5993efeedf2b564a6b3fb9878a.tar.gz freebsd-ports-gnome-41c9d40960e55e5993efeedf2b564a6b3fb9878a.tar.zst freebsd-ports-gnome-41c9d40960e55e5993efeedf2b564a6b3fb9878a.zip |
This package allows you to encrypt and decrypt strings or long integer arrays
with the XXTEA encryption algorithm, which is secure, fast and suitable for web
development.
WWW: http://pear.php.net/package/Crypt_XXTEA
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 8ba0b28f3c95..7a285b2e12ec 100644 --- a/security/Makefile +++ b/security/Makefile @@ -562,6 +562,7 @@ SUBDIR += pear-Crypt_MicroID SUBDIR += pear-Crypt_RC4 SUBDIR += pear-Crypt_RSA + SUBDIR += pear-Crypt_XXTEA SUBDIR += pear-File_HtAccess SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd |