summaryrefslogtreecommitdiff
path: root/dns/dnswall/Makefile
blob: 67f969c4cad2c34f3c83514c47e69e57a63e6968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	dnswall
PORTVERSION=	0.1.4
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	dns security

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Daemon that filters out private IP addresses in DNS responses

LICENSE=	APACHE20

GNU_CONFIGURE=	yes
USES=		autoreconf libtool dos2unix

USE_GITHUB=	yes
GH_ACCOUNT=	abarth
GH_PROJECT=	google-dnswall
GH_TAGNAME=	164174a

PORTDOCS=	README
PLIST_FILES=	bin/dnswall

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>