pgbadger-6.4.ebuild 395 B

12345678910111213141516171819
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit perl-app
  5. DESCRIPTION="pgBadger is a PostgreSQL log analyzer"
  6. HOMEPAGE="http://dalibo.github.io/pgbadger/"
  7. SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
  8. LICENSE="BSD"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. IUSE=""
  12. DEPEND="dev-perl/Text-CSV_XS"
  13. RDEPEND="${DEPEND}"