mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= confctl
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://cloud.github.com/downloads/trasz/confctl/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= trasz
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Utility to parse and modify C-like configuration files
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/confctl \
|
|
man/man1/confctl.1.gz
|
|
|
|
.include <bsd.port.mk>
|