mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
90131e4232
- Use SF macro. PR: ports/119412 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) stas (mentor, implicit)
26 lines
640 B
Makefile
26 lines
640 B
Makefile
# New ports collection makefile for: innotop
|
|
# Date created: 23 October 2006
|
|
# Whom: Steven Kreuzer <skreuzer@f2o.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= innotop
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= skreuzer@exit2shell.com
|
|
COMMENT= A MySQL and InnoDB monitoring program
|
|
|
|
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}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= innotop.1
|
|
MAN3= InnoDBParser.3
|
|
|
|
.include <bsd.port.mk>
|