diff options
author | pav <pav@FreeBSD.org> | 2005-01-30 02:43:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-30 02:43:19 +0800 |
commit | 35182d6ae54ae07f678f078f189fdeb60ecbbef7 (patch) | |
tree | e8a2431e07bd5cbf4c796f98df2e295d4b8982b5 /security/Makefile | |
parent | 827a68f946a1176d8e75c58de9ea82797eb8d298 (diff) | |
download | freebsd-ports-gnome-35182d6ae54ae07f678f078f189fdeb60ecbbef7.tar.gz freebsd-ports-gnome-35182d6ae54ae07f678f078f189fdeb60ecbbef7.tar.zst freebsd-ports-gnome-35182d6ae54ae07f678f078f189fdeb60ecbbef7.zip |
PEAR user authentication and permission management framework
LiveUser_Admin is meant to be used with the LiveUser package.
It is composed of all the classes necessary to administrate
data used by LiveUser.
PR: ports/76677
Submitted by: Antonio Carlos Venancio Junior <antonio@php.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 2b3f587b9195..c5ec69d4a0f1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -331,6 +331,7 @@ SUBDIR += pear-Crypt_RC4 SUBDIR += pear-File_Passwd SUBDIR += pear-LiveUser + SUBDIR += pear-LiveUser_Admin SUBDIR += pear-Text_Password SUBDIR += pf SUBDIR += pft |