diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-23 16:07:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-23 16:07:57 +0800 |
commit | 64b16aed7a7c94696eed7191086cb650f3311a96 (patch) | |
tree | 1944707266e16f6ca903321b40a7017e7014ee9c /security/Makefile | |
parent | 42fef89404b4a50c0b745fd7a5535f09547a7e46 (diff) | |
download | freebsd-ports-gnome-64b16aed7a7c94696eed7191086cb650f3311a96.tar.gz freebsd-ports-gnome-64b16aed7a7c94696eed7191086cb650f3311a96.tar.zst freebsd-ports-gnome-64b16aed7a7c94696eed7191086cb650f3311a96.zip |
Provides methods needed to generate and verify MicroIDs.
WWW: http://pear.php.net/package/Crypt_MicroID/
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 d45b68dc1085..8ba0b28f3c95 100644 --- a/security/Makefile +++ b/security/Makefile @@ -559,6 +559,7 @@ SUBDIR += pear-Crypt_DiffieHellman SUBDIR += pear-Crypt_GPG SUBDIR += pear-Crypt_HMAC + SUBDIR += pear-Crypt_MicroID SUBDIR += pear-Crypt_RC4 SUBDIR += pear-Crypt_RSA SUBDIR += pear-File_HtAccess |