7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
30 lines
878 B
Makefile
30 lines
878 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= percona-toolkit-2.2.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= msporleder@gmail.com
|
|
HOMEPAGE= http://www.percona.com/software/percona-toolkit/
|
|
COMMENT= Advanced command-line tools for open-source databases (MySQL)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= perl bash:run
|
|
|
|
REPLACE_PERL+= bin/*
|
|
|
|
CHECK_INTERPRETER_SKIP+= *pt-ioprofile
|
|
CHECK_INTERPRETER_SKIP+= *pt-mysql-summary
|
|
CHECK_INTERPRETER_SKIP+= *pt-pmp
|
|
CHECK_INTERPRETER_SKIP+= *pt-sift
|
|
CHECK_INTERPRETER_SKIP+= *pt-stalk
|
|
|
|
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
|
|
DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/percona-toolkit/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|