pkgsrc/databases/innotop/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

23 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/06/12 10:48:35 wiz Exp $
#
DISTNAME= innotop-1.9.1
PKGREVISION= 2
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"