blob: 7ab4b6b192d68435c3e81b977005f17a87da3458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Roy Marples <roy@marples.name>
PORTNAME= openresolv
PORTVERSION= 3.12.0
CATEGORIES= dns
MASTER_SITES= https://roy.marples.name/downloads/openresolv/
MAINTAINER= roy@marples.name
COMMENT= Resolvconf compatible framework for managing resolv.conf
USES= cpe tar:xz
CPE_VENDOR= ${PORTNAME}_project
GNU_CONFIGURE= yes
NO_ARCH= yes
SUB_FILES= pkg-deinstall pkg-message
.include <bsd.port.mk>
|