mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
security/pear-Auth_SASL2: Remove unneeded RUN_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
510ff12d8e
commit
56c120befe
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= Auth_SASL2
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security pear
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
@ -9,8 +10,6 @@ COMMENT= 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,4 +1,5 @@
|
||||
Provides code to generate responses to common SASL mechanisms, including:
|
||||
Auth_SASL provides ode to generate responses to common SASL mechanisms,
|
||||
including:
|
||||
- Digest-MD5
|
||||
- Cram-MD5
|
||||
- Plain
|
||||
@ -6,4 +7,4 @@ Provides code to generate responses to common SASL mechanisms, including:
|
||||
- Login (Pseudo mechanism)
|
||||
- SCRAM
|
||||
|
||||
WWW: https://pear.php.net/package/Auth_SASL2
|
||||
WWW: https://pear.php.net/package/Auth_SASL
|
||||
|
Loading…
Reference in New Issue
Block a user