# Copyright 2014 Marc-Antoine Perennou # Distributed under the terms of the GNU General Public License v2 SUMMARY="Toolkit to manage Percona-Server" DESCRIPTION=" Percona Toolkit for MySQL is a collection of advanced command-line tools used by Percona MySQL Support staff to perform a variety of MySQL server and system tasks that are too difficult or complex to perform manually, including " HOMEPAGE="http://www.percona.com/software/${PN}" DOWNLOADS="https://www.percona.com/downloads/${PN}/${PV}/source/tarball/${PNV}.tar.gz" LICENCES="GPL-2" SLOT="0" PLATFORMS="~amd64" MYOPTIONS="" DEPENDENCIES=" run: dev-lang/perl:* dev-perl/DBI dev-perl/DBD-mysql " BUGS_TO="keruspe@exherbo.org" src_prepare() { edo perl Makefile.PL }