Martin Wilke 1d4c652711 mysqltoolkit is a collection of command-line utilities that provide missing
functionality for MySQL. Some of the tools implement lacking server
functionality, such as online consistency checks for master/slave replication;
others are client-side utilities such as a query profiler.

WWW:	http://mysqltoolkit.sourceforge.net

PR:		ports/114747
Submitted by:	Steven Kreuzer <skreuzer at exit2shell.com>
2007-07-24 13:03:11 +00:00

36 lines
918 B
Makefile

# New ports collection makefile for: mysqltoolkit
# Date created: 19 July 2007
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#
PORTNAME= mysqltoolkit
PORTVERSION= 646
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Collection of essential command-line utilities for MySQL
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
PERL_CONFIGURE= yes
MAN1= mysql-archiver.1 \
mysql-checksum-filter.1 \
mysql-deadlock-logger.1 \
mysql-duplicate-key-checker.1 \
mysql-find.1 \
mysql-profile-compact.1 \
mysql-query-profiler.1 \
mysql-show-grants.1 \
mysql-slave-restart.1 \
mysql-table-checksum.1 \
mysql-table-sync.1
MAN3= mysqltoolkit.3
.include <bsd.port.mk>