mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
17 lines
306 B
Makefile
17 lines
306 B
Makefile
# Created by: Peter Wemm <peter@netplex.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= transproxy
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
|
|
|
|
USE_RC_SUBR= tproxy
|
|
|
|
.include <bsd.port.mk>
|