mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
4972664894
- bump PORTREVISION Submitted by: Michael Scheidell <scheidell at secnap.net>
33 lines
757 B
Makefile
33 lines
757 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= 4
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= A top clone for MySQL
|
|
|
|
RUN_DEPENDS= p5-DBD-mysql>=1.0:${PORTSDIR}/databases/p5-DBD-mysql \
|
|
p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \
|
|
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= mytop.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500805
|
|
RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|