aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mytop/Makefile
blob: 281019c479022b3873c6769a05d2ec13692e93b7 (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
30
31
32
33
34
35
36
# New ports collection makefile for:    mytop
# Date created:             28 Augest 2000
# Whom:                     Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   mytop
PORTVERSION=    1.4
PORTREVISION=   1
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

.if ${PERL_LEVEL} < 500600
post-patch:
    @${REINPLACE_CMD} -e 's, -P , B<-P> ,g' ${WRKSRC}/mytop
.endif

.include <bsd.port.post.mk>