mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
438 B
Makefile
24 lines
438 B
Makefile
# 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:devel/p5-Curses \
|
|
p5-DBD-mysql>=0:databases/p5-DBD-mysql \
|
|
p5-Net>=0:net/p5-Net
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/cpan2spec.pl
|
|
|
|
.include <bsd.port.mk>
|