freebsd-ports/databases/mytop/Makefile
Yen-Ming Lee 9f010cb856 - fix of warning if slave is stopped
- bump PORTREVISION

Submitted by:	rajo at platon.sk
2007-04-11 23:47:05 +00:00

31 lines
785 B
Makefile

# New ports collection makefile for: mytop
# Date created: 28 Augest 2000
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mytop
PORTVERSION= 1.6
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/
MAINTAINER= leeym@FreeBSD.org
COMMENT= A top clone 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}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
PERL_CONFIGURE= yes
MAN1= mytop.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
.endif
.include <bsd.port.post.mk>