28 lines
533 B
Makefile
28 lines
533 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
|
||
|
|
||
|
MASTER_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>
|