freebsd-ports/security/pear-Auth_SASL2/Makefile
Sunpoet Po-Chuan Hsieh 83ad3d13a3 Add pear-Auth_SASL2 0.2.0 (copied from pear-Auth_SASL)
Provides code to generate responses to common SASL mechanisms, including:
- Digest-MD5
- Cram-MD5
- Plain
- Anonymous
- Login (Pseudo mechanism)
- SCRAM

WWW: https://pear.php.net/package/Auth_SASL2
2018-11-24 10:50:21 +00:00

19 lines
368 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Auth_SASL2
PORTVERSION= 0.2.0
CATEGORIES= security pear
MAINTAINER= sunpoet@FreeBSD.org
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
.include <bsd.port.mk>