summaryrefslogtreecommitdiff
path: root/www/squidstats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/squidstats/Makefile')
-rw-r--r--www/squidstats/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/www/squidstats/Makefile b/www/squidstats/Makefile
deleted file mode 100644
index f432773e6c6d..000000000000
--- a/www/squidstats/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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>