mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
security/pear-Auth_SASL: Remove unneeded RUN_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
0580a15673
commit
510ff12d8e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user