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/