summaryrefslogtreecommitdiff
path: root/dns/openresolv/Makefile
blob: 24a29c5ef20fcb94b01bd3ab7cf01c1609e64533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	openresolv
PORTVERSION=	3.12.0
PORTREVISION=	1
CATEGORIES=	dns
MASTER_SITES=	https://roy.marples.name/downloads/openresolv/

MAINTAINER=	roy@marples.name
COMMENT=	Resolvconf compatible framework for managing resolv.conf
WWW=		https://roy.marples.name/projects/openresolv/

USES=		cpe tar:xz
CPE_VENDOR=	${PORTNAME}_project

GNU_CONFIGURE=	yes

NO_ARCH=	yes
SUB_FILES=	pkg-message
SUB_LIST=	PORTNAME=${PORTNAME}

.include <bsd.port.mk>