mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
72b2f5946a
Changes: https://pear.php.net/package/Auth_SASL/download/ https://github.com/pear/Auth_SASL/releases
16 lines
281 B
Makefile
16 lines
281 B
Makefile
PORTNAME= Auth_SASL
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR abstraction of various SASL mechanism responses
|
|
WWW= https://pear.php.net/package/Auth_SASL
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|