aboutsummaryrefslogtreecommitdiff
path: root/databases/mtop/Makefile
blob: 7d84cbf4946f999b2d957af7850cf630c7a89312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ex:ts=8
# Ports collection makefile for:	mtop
# Date created:			Dec 17, 2003
# Whom:	      			ijliao
#
# $FreeBSD$
#

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>