1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/confctl/Makefile
2021-04-06 16:31:07 +02:00

20 lines
378 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
PORTNAME= confctl
PORTVERSION= 1.2
CATEGORIES= sysutils
MAINTAINER= trasz@FreeBSD.org
COMMENT= Utility to parse and modify C-like configuration files
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>