blob: 85bff85503b53b1226bacc9f8080f308d5ad5d43 (
plain)
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.13.2
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>
|