diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-24 01:11:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-24 01:11:22 +0800 |
commit | 85631e4533b2b9f9e3a761200c764c0418672866 (patch) | |
tree | ac22722c4dd9b04982f92c144621c664860d14b8 /security/pear-Auth_SASL | |
parent | 7067f0fbc7f1ade60bd961c03f4217d53b147dbc (diff) | |
download | freebsd-ports-gnome-85631e4533b2b9f9e3a761200c764c0418672866.tar.gz freebsd-ports-gnome-85631e4533b2b9f9e3a761200c764c0418672866.tar.zst freebsd-ports-gnome-85631e4533b2b9f9e3a761200c764c0418672866.zip |
- Update LICENSE
- Reformat pkg-descr
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-descr | 11 |
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/ |