freebsd-ports/databases/mtop/Makefile
Thomas Abthorpe cce3a73037 - Enhance column select
- Bump PORTREVISION
- Pass maintainership to submitter

PR:		ports/145634
Submitted by:	Artem Naluzhnyy <tut nhamon.com.ua>
2010-04-22 17:28:38 +00:00

29 lines
633 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= 2
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= tut@nhamon.com.ua
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>