1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/dns/coredns/Makefile
Ashish SHUKLA 746fa696a1
all: Bump after lang/go121 update
MFH:		2024Q2
2024-06-15 09:52:17 +00:00

28 lines
558 B
Makefile

PORTNAME= coredns
DISTVERSIONPREFIX= v
DISTVERSION= 1.11.3
PORTREVISION= 2
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}${PREFIX}/share/man/man${n}
.endfor
.include <bsd.port.mk>