pkgsrc/databases/mytop/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

24 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.22 2013/05/31 12:39:48 wiz Exp $
#
DISTNAME= mytop-1.6
PKGREVISION= 5
CATEGORIES= databases
MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jeremy.zawodny.com/mysql/mytop/
COMMENT= Console-based tool for monitoring the threads and performance of MySQL
LICENSE= gnu-gpl-v2
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
PERL5_PACKLIST= auto/mytop/.packlist
REPLACE_PERL= mytop
NO_BUILD= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"