1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/mtop/Makefile
Antoine Brodin 75d509b91a Reset maintainer, email bounces
With hat:	portmgr
2014-06-26 16:06:17 +00:00

24 lines
474 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mtop
PORTVERSION= 0.6.6
PORTREVISION= 3
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>