Files
ports/security/krb5/Makefile
T
Cy Schubert a7490b1dfb security/krb5-122: Add new port
MIT KRB5 1.22 was just released. Import it into ports. It now becomes
the default KRB5.
2025-08-06 00:32:14 -07:00

11 lines
290 B
Makefile

VERSIONS= 120 121 122
# When changing this, remember to build test security/sssd with SMB=on
# Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778
KRB5_VERSION?= 122
MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}
FLAVORS= default ldap
.include "${MASTERDIR}/Makefile"