27 lines
527 B
Makefile
27 lines
527 B
Makefile
COMMENT = MySQL Percona tools
|
|
|
|
V = 2.2.9
|
|
DISTNAME = percona-toolkit-${V}
|
|
REVISION = 1
|
|
EPOCH = 0
|
|
CATEGORIES = databases perl5
|
|
|
|
HOMEPAGE = http://www.percona.com/software/percona-toolkit/
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = http://www.percona.com/redir/downloads/percona-toolkit/${V}/
|
|
|
|
RUN_DEPENDS = databases/p5-DBD-mysql>=3.0 \
|
|
sysutils/flock
|
|
|
|
CONFIGURE_STYLE = perl
|
|
TEST_TARGET = test
|
|
|
|
pre-configure:
|
|
@find ${WRKSRC} -name "*.orig" -delete
|
|
|
|
.include <bsd.port.mk>
|