diff options
Diffstat (limited to 'www/reportmagic/Makefile')
-rw-r--r-- | www/reportmagic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile index 2c8a129a09bc..ab5780d45e5a 100644 --- a/www/reportmagic/Makefile +++ b/www/reportmagic/Makefile @@ -6,9 +6,9 @@ # PORTNAME= reportmagic -PORTVERSION= 2.13 +PORTVERSION= 2.21 CATEGORIES= www -MASTER_SITES= http://www.reportmagic.com/ \ +MASTER_SITES= http://www.reportmagic.org/ \ http://www.reportmagic.org.uk/ \ http://www.reportmagic.de/ \ http://be.reportmagic.org/ @@ -20,7 +20,8 @@ COMMENT= A web site statistics post-processor for Analog RUN_DEPENDS= analog:${PORTSDIR}/www/analog \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph3d.pm:${PORTSDIR}/graphics/p5-GD-Graph3d \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= YES |