mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
23 lines
996 B
XML
23 lines
996 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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>
|