freebsd-ports/databases/mtop/Makefile
Erwin Lansing 11ac7085ce Remove explicit dependency on datases/p5-DBI, another dependency already
depends on it and the explicit dependency is wrong on perl < 5.6.

Submitted by:	kris
2004-05-17 10:31:41 +00:00

26 lines
590 B
Makefile

# ex:ts=8
# Ports collection makefile for: mtop
# Date created: Dec 17, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mtop
PORTVERSION= 0.6.4
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL Monitoring Tool
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net
PERL_CONFIGURE= yes
MAN1= mkill.1 mtop.1
.include <bsd.port.mk>