05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
18 lines
438 B
Makefile
18 lines
438 B
Makefile
PORTNAME= ffproxy
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \
|
|
http://www.sourcefiles.org/System/Daemons/Proxy/ \
|
|
http://www.nevm.de/${PORTNAME}/ \
|
|
http://faith.eu.org/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Filtering HTTP proxy server
|
|
WWW= https://ffproxy.sourceforge.net
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|