| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/squidanalyzer/ |
Upload File : |
PORTNAME= squidanalyzer
PORTVERSION= 6.5
DISTVERSIONPREFIX= v
CATEGORIES= www perl5
MAINTAINER= dominique.goncalves@gmail.com
COMMENT= Squid access log report generation tool
WWW= https://squidanalyzer.darold.net/
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= darold
MAKE_JOBS_UNSAFE=yes
USE_PERL5= configure
USES= perl5
CONFIGURE_ENV= DESTDIR=${STAGEDIR} \
LOGFILE=/var/log/squid3/access.log \
BINDIR=${PREFIX}/bin \
CONFDIR=${PREFIX}/etc/squidreport \
HTMLDIR=${PREFIX}/www/squidreport \
BASEURL=/squidreport \
MANDIR=${PREFIX}/man/man3 \
DOCDIR=${PREFIX}/share/doc/squidanalyzer \
INSTALLDIRS=site
ETCDIR= ${PREFIX}/etc/squidreport
SUB_FILES= pkg-message
CONF_FILES= excluded included network-aliases \
squidanalyzer.conf user-aliases
OPTIONS_DEFINE= DOCS
post-install:
.for file in ${CONF_FILES}
@${MV} ${STAGEDIR}${ETCDIR}/${file} \
${STAGEDIR}${ETCDIR}/${file}.sample
.endfor
.include <bsd.port.mk>