1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/databases/percona-toolkit/Makefile
Florian Smeets 376d4c2437 Update to 3.0.13
PR:		239113
Submitted by:	Vikash Badal <vikashb@where-ever.za.net>
2019-07-20 08:14:19 +00:00

25 lines
541 B
Makefile

# $FreeBSD$
PORTNAME= percona-toolkit
PORTVERSION= 3.0.13
CATEGORIES= databases
MASTER_SITES= https://www.percona.com/downloads/${PORTNAME}/${PORTVERSION}/source/tarball/
MAINTAINER= flo@FreeBSD.org
COMMENT= Collection of essential command-line utilities for MySQL
LICENSE= ARTPERL10 GPLv2
LICENSE_COMB= dual
RUN_DEPENDS= bash:shells/bash \
p5-DBD-mysql>=3:databases/p5-DBD-mysql \
p5-DBI>=1.46:databases/p5-DBI \
p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>