1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/dns/coredns/Makefile
Yuri Victorovich c02bfcad1e dns/coredns: Update 1.11.0 → 1.11.1
Reported by:	portscout
2023-08-16 15:03:34 -07:00

27 lines
539 B
Makefile

PORTNAME= coredns
DISTVERSIONPREFIX= v
DISTVERSION= 1.11.1
CATEGORIES= dns
MAINTAINER= yuri@FreeBSD.org
COMMENT= DNS server that chains plugins
WWW= https://coredns.io/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/${PORTNAME}/${PORTNAME}
USE_RC_SUBR= ${PORTNAME}
PORTSCOUT= limit:^[0-9]*\.[0-9]*\.[0-9]*$$ # otherwise it picks up the deleted tag v011
post-install:
.for n in 1 5 7
${INSTALL_MAN} ${WRKSRC}/man/*.${n} ${STAGEDIR}${MANPREFIX}/man/man${n}
.endfor
.include <bsd.port.mk>