1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/databases/mtop/Makefile
Martin Wilke 7a464ca183 - Rest Maintainer
Approved by:	linimon
2007-10-17 14:02:09 +00:00

31 lines
649 B
Makefile

# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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>