blob: 942f7967df41d847d135b1f91eb65fd9f9e48879 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= confctl
PORTVERSION= 1.2
PORTREVISION= 1
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/confctl \
share/man/man1/confctl.1.gz
.include <bsd.port.mk>
|