9e9f84fbef
- Add LICENSE [1] - Support STAGE PR: ports/185882 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> [1]
22 lines
562 B
Makefile
22 lines
562 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= percona-toolkit
|
|
PORTVERSION= 2.2.6
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.percona.com/downloads/percona-toolkit/${PORTVERSION}/
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= Collection of essential command-line utilities for MySQL
|
|
|
|
LICENSE= ARTPERL10 GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
|
p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \
|
|
p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|