2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
2012-06-26 19:00:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= confctl
|
2012-10-26 12:49:48 +02:00
|
|
|
PORTVERSION= 1.2
|
2012-06-26 19:00:24 +02:00
|
|
|
CATEGORIES= sysutils
|
2015-09-04 18:02:16 +02:00
|
|
|
MASTER_SITES= GHC \
|
2015-05-14 12:15:04 +02:00
|
|
|
LOCAL/trasz
|
2012-06-26 19:00:24 +02:00
|
|
|
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
|
|
COMMENT= Utility to parse and modify C-like configuration files
|
|
|
|
|
2014-12-11 01:40:16 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2012-06-26 19:00:24 +02:00
|
|
|
|
2015-09-04 18:02:16 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= trasz
|
2012-06-26 19:00:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-02-11 15:19:09 +01:00
|
|
|
PLIST_FILES= bin/confctl \
|
|
|
|
man/man1/confctl.1.gz
|
2012-06-26 19:00:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|