Changeset View
Changeset View
Standalone View
Standalone View
databases/mtop/Makefile
PORTNAME= mtop | PORTNAME= mtop | ||||
PORTVERSION= 0.6.6 | PORTVERSION= 0.6.6 | ||||
PORTREVISION= 5 | PORTREVISION= 6 | ||||
CATEGORIES= databases | CATEGORIES= databases | ||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} | MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} | ||||
MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
COMMENT= MySQL Monitoring Tool | COMMENT= MySQL Monitoring Tool | ||||
WWW= https://mtop.sourceforge.net/ | WWW= https://mtop.sourceforge.net/ | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
BUILD_DEPENDS= p5-Curses>=0:devel/p5-Curses \ | BUILD_DEPENDS= p5-Curses>=0:devel/p5-Curses \ | ||||
p5-DBD-mysql>=0:databases/p5-DBD-mysql | ${DBD_MYSQL} | ||||
RUN_DEPENDS:= ${BUILD_DEPENDS} | RUN_DEPENDS:= ${BUILD_DEPENDS} | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
USES= perl5 | USES= mysql perl5 | ||||
USE_PERL5= configure | USE_PERL5= configure | ||||
post-patch: | post-patch: | ||||
${RM} ${WRKSRC}/cpan2spec.pl | ${RM} ${WRKSRC}/cpan2spec.pl | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |