aboutsummaryrefslogtreecommitdiff
path: root/www/transproxy/Makefile
blob: 7e4f0a3a1e61e900f618887a9e4a56ae2c010f0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Peter Wemm <peter@netplex.com.au>

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>