# ex:ts=8
# Ports collection makefile for:	mtop
# Date created:			Dec 17, 2003
# Whom:	      			ijliao
#
# $FreeBSD: ports/databases/mtop/Makefile,v 1.6 2009/08/22 00:17:33 amdmi3 Exp $
#

PORTNAME=	mtop
PORTVERSION=	0.6.6
PORTREVISION=	1
CATEGORIES=	databases
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	MySQL Monitoring Tool

BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
		${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net

PERL_CONFIGURE=	yes

MAN1=	mkill.1 mtop.1

post-patch:
	${RM} ${WRKSRC}/cpan2spec.pl

.include <bsd.port.mk>
