mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
20 lines
378 B
Makefile
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>
|