1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/pear-Auth_SASL: Remove unneeded RUN_DEPENDS

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:52:07 +08:00
parent 0580a15673
commit 510ff12d8e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 5 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= Auth_SASL
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
@ -9,8 +10,6 @@ COMMENT= PEAR abstraction of various SASL mechanism responses
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes

View File

@ -1,8 +1,10 @@
Provides PHP code to generate responses to common SASL mechanisms, including:
Auth_SASL provides ode to generate responses to common SASL mechanisms,
including:
- Digest-MD5
- CramMD5
- Cram-MD5
- Plain
- Anonymous
- Login (Pseudo mechanism).
- Login (Pseudo mechanism)
- SCRAM
WWW: https://pear.php.net/package/Auth_SASL