summaryrefslogtreecommitdiff
path: root/www/squidstats/Makefile
blob: f432773e6c6d12ee994b20d7a75f2efa2766b4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Adrian Chadd <adrian@FreeBSD.org>
# $FreeBSD$

PORTNAME=	squidstats
PORTVERSION=	54
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	GOOGLE_CODE
DISTNAME=	squidstats-r${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Collection of simple statistical analysis bits for Squid

BROKEN=		Unfetchable (google code has gone away)
DEPRECATED=	Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE=	2017-04-30

RUN_DEPENDS=	p5-Config-IniFiles>=2.39:devel/p5-Config-IniFiles \
		p5-RRD-Simple>=1.44:databases/p5-RRD-Simple \
		p5-SNMP_Session>=1.11:net-mgmt/p5-SNMP_Session

USES=		perl5 shebangfix
SHEBANG_FILES=	graph/src/stats.pl.in \
		graph/src/graph-summary.cgi.in

USERS=		squid
GROUPS=		squid
PLIST_SUB+=	WWWOWN=${WWWOWN} SQUID_USER=${USERS}
NO_ARCH=	yes

SUB_FILES=	pkg-message

.include <bsd.port.mk>