Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysqlreport/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 29 Jan 2010 04:56:56 -0000 1.7 +++ Makefile 3 Oct 2011 15:56:30 -0000 @@ -6,7 +6,7 @@ PORTNAME= mysqlreport PORTVERSION= 3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ EXTRACT_SUFX= .tgz @@ -14,9 +14,9 @@ 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}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey USE_PERL5= yes NO_BUILD= yes