ChangeLog: https://roy.marples.name/git/openresolv/shortlog/refs/tags/openresolv-3.12.0 PR: 259337 Reported by: gspurki@gmail.com Approved by: roy@marples.name (maintainer)
19 lines
406 B
Makefile
19 lines
406 B
Makefile
# 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>
|