opnsense-ports/sysutils/confctl/Makefile
2022-09-07 22:33:21 +02:00

18 lines
365 B
Makefile

PORTNAME= confctl
PORTVERSION= 1.2
CATEGORIES= sysutils
MAINTAINER= portmaster@BSDforge.com
COMMENT= Utility to parse and modify C-like configuration files
WWW= https://github.com/trasz/confctl/
LICENSE= BSD2CLAUSE
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= trasz
GNU_CONFIGURE= yes
PLIST_FILES= bin/confctl \
man/man1/confctl.1.gz
.include <bsd.port.mk>