freebsd-ports/databases/mytop/Makefile
Jun Kuriyama 3efe84fba6 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17).

Approved by:	portmgr (itetcu)
2010-01-29 04:56:59 +00:00

25 lines
600 B
Makefile

# New ports collection makefile for: mytop
# Date created: 28 Augest 2000
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mytop
PORTVERSION= 1.6
PORTREVISION= 7
CATEGORIES= databases
MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/
MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= A top clone for MySQL
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
PERL_CONFIGURE= yes
MAN1= mytop.1
.include <bsd.port.mk>