aboutsummaryrefslogblamecommitdiff
path: root/dns/coredns/Makefile
blob: ca8794982e9625b1da3532d70ceea98da5314549 (plain) (tree)
1
2
3
4
5
6
7

                         
                     


                                
                                              




                                 

                                                  
 

                           

                               

                                                                                            
                      
PORTNAME=	coredns
DISTVERSIONPREFIX=	v
DISTVERSION=	1.8.3
CATEGORIES=	dns

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	DNS server that chains plugins

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/${PORTNAME}/${PORTNAME}

USE_RC_SUBR=	${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

PORTSCOUT=	limit:^[0-9]*\.[0-9]*\.[0-9]*$$ # otherwise it picks up the deleted tag v011

.include <bsd.port.mk>