1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/squidstats/Makefile
2012-06-01 05:26:28 +00:00

43 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
PORTREVISION= 2
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>