freebsd-ports/sysutils/confctl/Makefile
Joseph Mingrone 87d17cc776
sysutils/confctl: Set new maintainer to portmaster@BSDforge.com
Sponsored by:	The FreeBSD Foundation

PR:		264502
2022-06-06 16:45:39 -03:00

19 lines
384 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
PORTNAME= confctl
PORTVERSION= 1.2
CATEGORIES= sysutils
MAINTAINER= portmaster@BSDforge.com
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>