summaryrefslogtreecommitdiff
blob: 08306e46bf971eb1be52bd2607bd2d93f7bf4b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>perl@gentoo.org</email>
    <name>Gentoo Perl Project</name>
  </maintainer>
  <upstream>
    <remote-id type="cpan">DBD-mysql</remote-id>
    <remote-id type="cpan-module">Bundle::DBD::mysql</remote-id>
    <remote-id type="cpan-module">DBD::mysql</remote-id>
    <remote-id type="cpan-module">DBD::mysql::GetInfo</remote-id>
    <remote-id type="cpan-module">DBD::mysql::db</remote-id>
    <remote-id type="cpan-module">DBD::mysql::dr</remote-id>
    <remote-id type="cpan-module">DBD::mysql::st</remote-id>
  </upstream>
  <use>
    <flag name="ssl">Compile in support for SSL connections via libmysqlclient</flag>
    <flag name="mariadb">Use <pkg>dev-db/mariadb-connector-c</pkg> as the client library</flag>
    <flag name="mysql">Use <pkg>dev-db/mysql-connector-c</pkg> as the client library</flag>
  </use>
</pkgmetadata>