1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update LICENSE

- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-12-23 17:11:22 +00:00
parent 3afd0ac562
commit edf67734cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337261
2 changed files with 6 additions and 7 deletions

View File

@ -8,7 +8,7 @@ CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR abstraction of various SASL mechanism responses
LICENSE= BSD
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS:= ${BUILD_DEPENDS}

View File

@ -1,9 +1,8 @@
Provides PHP code to generate responses to common SASL mechanisms, including:
o Digest-MD5
o CramMD5
o Plain
o Anonymous
o Login (Pseudo mechanism).
- Digest-MD5
- CramMD5
- Plain
- Anonymous
- Login (Pseudo mechanism).
WWW: http://pear.php.net/package/Auth_SASL/