mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
31 lines
700 B
Makefile
31 lines
700 B
Makefile
COMMENT = pf table DNS update daemon
|
|
|
|
VERSION = 1.02
|
|
DISTNAME = pfresolved-${VERSION}
|
|
SUPDISTFILES = ${DISTFILES}.asc
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/genua/pfresolved
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB = c crypto event execinfo pthread ssl unbound util
|
|
|
|
SITES = https://github.com/genua/pfresolved/releases/download/v${VERSION}/
|
|
|
|
LIB_DEPENDS = net/libunbound
|
|
TEST_DEPENDS = net/ldns,-utils
|
|
|
|
# install in sbin instead of bin
|
|
FAKE_FLAGS = BINDIR=${TRUEPREFIX}/sbin MANDIR=${TRUEPREFIX}/man/man
|
|
|
|
# regress tests need root via SUDO environment to write pf table
|
|
TEST_ENV = SUDO=${SUDO:Q}
|
|
|
|
.include <bsd.port.mk>
|