diff options
author | demon <demon@FreeBSD.org> | 2003-01-04 15:04:38 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-01-04 15:04:38 +0800 |
commit | 13fbe6037d6b3fe08fa3a617b7bcc135640b5c34 (patch) | |
tree | 3d7b770c6dc8ed1abe32e9a38d3353fce9db9bdc /security/Makefile | |
parent | 9510ebf7f14823213adc08030e2f22f89f666c03 (diff) | |
download | freebsd-ports-gnome-13fbe6037d6b3fe08fa3a617b7bcc135640b5c34.tar.gz freebsd-ports-gnome-13fbe6037d6b3fe08fa3a617b7bcc135640b5c34.tar.zst freebsd-ports-gnome-13fbe6037d6b3fe08fa3a617b7bcc135640b5c34.zip |
New port: p5-Authen-SASL.
SASL is a generic mechanism for authentication used by
several network protocols. Authen::SASL provides an
implementation framework that all protocols should be able
to share.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index fe89626ceef7..e29e4b558276 100644 --- a/security/Makefile +++ b/security/Makefile @@ -143,6 +143,7 @@ SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius + SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Blowfish |