pkgsrc-wip/innotop/Makefile
Filip Hajny 23f943018e Update innotop to 1.9.1
* Support of MySQL 5.6 was broken on some pages (issue 82, 83)
* Deadlock clearing transactions is now not included in binary log
  (issue 84)
* New spec file with requirements and build requirements for
  CentOS/RHEL and Fedora
2013-09-09 14:09:55 +00:00

22 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/09/09 14:09:55 fhajny Exp $
#
DISTNAME= innotop-1.9.1
CATEGORIES= databases
MASTER_SITES= http://innotop.googlecode.com/files/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://code.google.com/p/innotop/
COMMENT= MySQL and InnoDB monitor program
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Term-ReadKey>=2.10:../../devel/p5-Term-ReadKey
DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI
DEPENDS+= p5-DBD-mysql>=1.0:../../databases/p5-DBD-mysql
PERL5_PACKLIST= auto/innotop/.packlist
REPLACE_PERL= innotop
NO_BUILD= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"