summaryrefslogtreecommitdiff
blob: fdadb9639c67921bc0da279b7f7a7eb5fb75675d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kerberos</herd>
<longdescription>Kerberos 5 reference implementation from MIT</longdescription>
<use>
  <flag name="krb4">
    This option enables Kerberos V4 backwards compatibility using the
    builtin Kerberos V4 library. This is really outdated and dangerous
    to use because not safe.
  </flag>
  <flag name="doc">
    Creates and installs the API and implementation
    documentation. This is only useful if you want to develop software
    which depends on kerberos.
  </flag>
</use>
</pkgmetadata>