Remove direct dependancy on p5-DBD-mysql which causes problems when using WITH_MYSQL_VER=52 Submitted by: Valentin Zahariev <curly@e-card.bg>
36 lines
937 B
Makefile
36 lines
937 B
Makefile
# New ports collection makefile for: innotop
|
|
# Date created: 23 October 2006
|
|
# Whom: Steven Kreuzer <skreuzer@f2o.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= innotop
|
|
PORTVERSION= 1.8.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= A MySQL and InnoDB monitoring program
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_MYSQL= yes
|
|
|
|
BUILD_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
|
|
p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
RUN_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
|
|
p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= innotop.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop
|
|
|
|
.include <bsd.port.mk>
|