1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/dns/dnswall/Makefile
Emanuel Haupt 40250b42a6 - Unbreak
- Relocate to github
- Add LICENSE
2016-10-02 20:11:33 +00:00

29 lines
510 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
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>