diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 04:56:59 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-29 04:56:59 +0000 |
commit | 3efe84fba63bb6480ec52c1370d1c892147203c8 (patch) | |
tree | e0ba4d40ccb9417ba60436c0576add3a6fea9fdd /databases/mysqlreport | |
parent | 417d5cf217d9db43cbf2077dc7885e8a9f57d353 (diff) | |
download | ports-3efe84fba63bb6480ec52c1370d1c892147203c8.tar.gz ports-3efe84fba63bb6480ec52c1370d1c892147203c8.zip |
Notes
Diffstat (limited to 'databases/mysqlreport')
-rw-r--r-- | databases/mysqlreport/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysqlreport/Makefile b/databases/mysqlreport/Makefile index bcca963278fe..d917898509ae 100644 --- a/databases/mysqlreport/Makefile +++ b/databases/mysqlreport/Makefile @@ -6,6 +6,7 @@ PORTNAME= mysqlreport PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ EXTRACT_SUFX= .tgz @@ -14,8 +15,6 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Mysqlreport makes a friendly report of important MySQL status values RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql |