freebsd-ports/www/ffproxy/Makefile
Dmitry Marakasov e6db44b126 - Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
2015-03-12 10:40:36 +00:00

20 lines
477 B
Makefile

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