1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/dns/wrapsrv/Makefile
Don Lewis c9854ebbf8 dns/wrapsrv: Move man pages to share/man
Sponsored by:	DomainTools LLC
2024-03-06 22:26:28 -08:00

22 lines
485 B
Makefile

PORTNAME= wrapsrv
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= DNS SRV record command line wrapper
WWW= https://github.com/farsightsec/wrapsrv
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc
PLIST_FILES= bin/wrapsrv share/man/man1/wrapsrv.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wrapsrv
.include <bsd.port.mk>