5234d726d0
information about a running Squid or Cacheboy application. WWW: http://code.google.com/p/squidstats/ PR: ports/130273 Submitted by: Adrian Chadd <adrian at FreeBSD.org>
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# Ports collection makefile for: squidstats
|
|
# Whom: Adrian Chadd <adrian@FreeBSD.org>
|
|
# Date Created: 10-December-2008
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= squidstats
|
|
PORTVERSION= 54
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
DISTNAME= squidstats-r${PORTVERSION}
|
|
|
|
MAINTAINER= adrian@FreeBSD.org
|
|
COMMENT= A collection of simple statistical analysis bits for Squid
|
|
|
|
RUN_DEPENDS= p5-Config-IniFiles>=2.39:${PORTSDIR}/devel/p5-Config-IniFiles \
|
|
p5-RRD-Simple>=1.44:${PORTSDIR}/databases/p5-RRD-Simple \
|
|
p5-SNMP_Session>=1.11:${PORTSDIR}/net-mgmt/p5-SNMP_Session
|
|
|
|
USE_PERL5= yes
|
|
|
|
SQUID_UID?= squid
|
|
SQUID_GID?= squid
|
|
|
|
SUB_FILES= pkg-message pkg-install
|
|
SUB_LIST+= SQUID_UID=${SQUID_UID} SQUID_GID=${SQUID_GID}
|
|
|
|
pre-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
|
|
${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
|
|
post-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
|
|
${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
@${ECHO_CMD} "===> post-installation information for ${PKGNAME}:"
|
|
@${ECHO_CMD} ""
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_CMD} ""
|
|
|
|
.include <bsd.port.mk>
|