1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/dns/wrapsrv/Makefile
Don Lewis fefb6d9c12 New port: dns/wrapsrv
DNS SRV record command line wrapper
-----------------------------------

wrapsrv adds support for connecting to a network service based on DNS SRV
record lookups to commands that do not support the DNS SRV record. wrapsrv
implements the weighted priority client connection algorithm in RFC 2782.
The specified command line will be invoked one or more times with %h and %p
sequences in the command line substituted for the hostname and port elements
of the selected SRV record.

WWW: https://github.com/farsightsec/wrapsrv

Differential Revision:	 https://reviews.freebsd.org/D1488
Approved by:	mat (mentor)
Sponsored by:	Farsight Security, Inc.
2015-01-11 20:44:39 +00:00

22 lines
450 B
Makefile

# $FreeBSD$
PORTNAME= wrapsrv
PORTVERSION= 1.0.0
CATEGORIES= dns
MASTER_SITES= https://dl.farsightsecurity.com/dist/wrapsrv/ \
LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= DNS SRV record command line wrapper
LICENSE= APACHE20
BUILD_DEPENDS= docbook2mdoc:${PORTSDIR}/textproc/docbook2mdoc
PLIST_FILES= bin/wrapsrv man/man1/wrapsrv.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wrapsrv
.include <bsd.port.mk>