mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e500498264
- Switch to USES=tar - Regenerate patches
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# Created by: Peter Wemm <peter@netplex.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= transproxy
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
|
|
|
|
LICENSE= BSD4CLAUSE # ish; 3 clauses but both advertising and promotion are there
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
USES= tar:tgz
|
|
|
|
USE_RC_SUBR= tproxy
|
|
|
|
.include <bsd.port.mk>
|