2013-01-15 14:40:28 +01:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2008-01-28 20:38:44 +01:00
|
|
|
|
|
|
|
PORTNAME= dnswall
|
|
|
|
PORTVERSION= 0.1.4
|
2016-10-02 22:11:33 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 1
|
2008-01-28 20:38:44 +01:00
|
|
|
CATEGORIES= dns security
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2013-03-08 15:00:30 +01:00
|
|
|
COMMENT= Daemon that filters out private IP addresses in DNS responses
|
2008-01-28 20:38:44 +01:00
|
|
|
|
2016-10-02 22:11:33 +02:00
|
|
|
LICENSE= APACHE20
|
2016-09-14 17:59:34 +02:00
|
|
|
|
2014-10-05 15:24:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-10-02 22:11:33 +02:00
|
|
|
USES= autoreconf libtool dos2unix
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= abarth
|
|
|
|
GH_PROJECT= google-dnswall
|
|
|
|
GH_TAGNAME= 164174a
|
2008-01-28 20:38:44 +01:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= bin/dnswall
|
|
|
|
|
2013-01-15 14:40:28 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2008-01-28 20:38:44 +01:00
|
|
|
.include <bsd.port.mk>
|