freebsd-ports/www/squidpurge/Makefile
Edwin Groothuis b0bf3cb49d [patch] www/squidpurge doesn't RUN_DEPEND on squid
Despite being a tool to manipulate the squid cache, squidpurge
	doesn't depend on Squid being installed to run.

PR:		ports/121589
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2008-04-14 12:19:02 +00:00

28 lines
676 B
Makefile

# New ports collection makefile for: squidpurge
# Date created: Fri Oct 19 23:00:00 WST 2001
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
#
# $FreeBSD$
#
PORTNAME= squidpurge
PORTVERSION= 1.17
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ \
http://www.squid-cache.org/contrib/
DISTNAME= purge-20040201-src
MAINTAINER= dean@odyssey.apana.org.au
COMMENT= Powerful object purging utility for the Squid web proxy cache
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/purge
PLIST_FILES= sbin/purge
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/purge ${PREFIX}/sbin
.include <bsd.port.mk>