aboutsummaryrefslogtreecommitdiff
path: root/sysutils/confctl/Makefile
blob: d0f904247b890623585e570e71a94ce43b261b19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>