freebsd-ports/databases/mtop/Makefile
Andrej Zverev ac049e474e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 14:35:48 +00:00

25 lines
496 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mtop
PORTVERSION= 0.6.6
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= tut@nhamon.com.ua
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
MAN1= mkill.1 mtop.1
post-patch:
${RM} ${WRKSRC}/cpan2spec.pl
.include <bsd.port.mk>