freebsd-ports/dns/openresolv/Makefile
2022-02-17 15:55:22 +01:00

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>