ports/databases/percona-toolkit/Makefile

28 lines
527 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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
2023-09-20 18:59:05 +00:00
SITES = http://www.percona.com/redir/downloads/percona-toolkit/${V}/
2023-08-16 22:26:55 +00:00
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>