freebsd-ports/databases/innotop/Makefile
Ion-Mihai Tetcu 2dd2e37464 Change of email address, same maintainer.
PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
2007-06-17 21:27:42 +00:00

26 lines
696 B
Makefile

# New ports collection makefile for: innotop
# Date created: 23 October 2006
# Whom: Steven Kreuzer <skreuzer@f2o.org>
#
# $FreeBSD$
#
PORTNAME= innotop
PORTVERSION= 1.4.2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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>