1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/ffproxy/Makefile
2021-04-06 16:31:07 +02:00

20 lines
455 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
.include <bsd.port.mk>