aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_SASL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-23 17:11:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-23 17:11:22 +0000
commitedf67734cde0b62fab237e596e2923c9639999ba (patch)
treeac22722c4dd9b04982f92c144621c664860d14b8 /security/pear-Auth_SASL
parent3afd0ac562f2ec1ad51868e7065f4dc67214566b (diff)
downloadports-edf67734cde0b62fab237e596e2923c9639999ba.tar.gz
ports-edf67734cde0b62fab237e596e2923c9639999ba.zip
- Update LICENSE
- Reformat pkg-descr
Notes
Notes: svn path=/head/; revision=337261
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r--security/pear-Auth_SASL/Makefile2
-rw-r--r--security/pear-Auth_SASL/pkg-descr11
2 files changed, 6 insertions, 7 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile
index 2f8dc95a32aa..cc756b2fe886 100644
--- a/security/pear-Auth_SASL/Makefile
+++ b/security/pear-Auth_SASL/Makefile
@@ -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}
diff --git a/security/pear-Auth_SASL/pkg-descr b/security/pear-Auth_SASL/pkg-descr
index f741248193e6..eb6e3eb4940e 100644
--- a/security/pear-Auth_SASL/pkg-descr
+++ b/security/pear-Auth_SASL/pkg-descr
@@ -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/