blob: cb25909e3859345848243247e0ce6ce3e9f09daf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= mtop
PORTVERSION= 0.6.6
PORTREVISION= 4
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL Monitoring Tool
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
p5-Net>=0:${PORTSDIR}/net/p5-Net
USES= perl5
USE_PERL5= configure
post-patch:
${RM} ${WRKSRC}/cpan2spec.pl
.include <bsd.port.mk>
|