mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c9854ebbf8
Sponsored by: DomainTools LLC
22 lines
485 B
Makefile
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>
|