blob: 3e6d0f09d18b18a4340e0e8f4731cbffe518a7f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= openresolv
DISTVERSIONPREFIX= v
DISTVERSION= 3.17.0
CATEGORIES= dns
MAINTAINER= driesm@FreeBSD.org
COMMENT= Resolvconf compatible framework for managing resolv.conf
WWW= https://roy.marples.name/projects/openresolv/
LICENSE= BSD2CLAUSE
USES= cpe
CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= NetworkConfiguration
GNU_CONFIGURE= yes
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PORTNAME=${PORTNAME}
.include <bsd.port.mk>
|