aboutsummaryrefslogtreecommitdiff
path: root/www/squidpurge/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-19 09:14:21 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-19 09:14:21 +0000
commit2d479ec7240003abae96a086ef7a76b01d5c15b4 (patch)
tree06baa24ca002520ab05eadb95915717024212128 /www/squidpurge/Makefile
parentb532d1c416f33ddd862e3ed1037c5fa339a54f8b (diff)
downloadports-2d479ec7240003abae96a086ef7a76b01d5c15b4.tar.gz
ports-2d479ec7240003abae96a086ef7a76b01d5c15b4.zip
Add squidpurge 1.17, a powerful object purging utility for the Squid
web proxy cache. PR: 31377 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Notes
Notes: svn path=/head/; revision=51801
Diffstat (limited to 'www/squidpurge/Makefile')
-rw-r--r--www/squidpurge/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile
new file mode 100644
index 000000000000..f212fcdd090e
--- /dev/null
+++ b/www/squidpurge/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: squid-purge
+# Date created: Fri Oct 19 23:00:00 WST 2001
+# Whom: Dean Hollister <dean@odyssey.apana.org.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= squidpurge
+PORTVERSION= 1.17
+CATEGORIES= www
+MASTER_SITES= http://www.cache.dfn.de/DFN-Cache/Development/Purge/
+DISTNAME= purge
+EXTRACT_SUFX= -20000921-src.tar.gz
+
+MAINTAINER= dean@odyssey.apana.org.au
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/purge ${PREFIX}/sbin
+
+.include <bsd.port.mk>