diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-24 21:30:41 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-24 21:30:41 +0000 |
commit | 7190f34e9bc3e806930fd3de4aa7252620b5d917 (patch) | |
tree | 32cbf78e5cebd69e3e1a7e972a0d6b143dad85f9 /www/awstats | |
parent | b01de0fe08995c923556765491684995c4867639 (diff) | |
download | ports-7190f34e9bc3e806930fd3de4aa7252620b5d917.tar.gz ports-7190f34e9bc3e806930fd3de4aa7252620b5d917.zip |
Notes
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 3e88db8dc18f..7442c6d846ca 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -12,11 +12,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= clement@FreeBSD.org +MAINTAINER= webmaster@lightningfire.net COMMENT= Free real-time logfile analyzer to get advanced web statistics NO_BUILD= yes USE_PERL5_RUN= yes +RUN_DEPENDS+= ${SITE_PERL}/Net/XWhois.pm:${PORTDIRS}/p5-Net-XWhois do-install: @${MKDIR} ${PREFIX}/www/cgi-bin/lang |