freebsd-ports/sysutils/confctl/Makefile
Mathieu Arnold a8ed171245 Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.

Sponsored by:	Absolight
2015-09-04 16:02:16 +00:00

21 lines
406 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= confctl
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= GHC \
LOCAL/trasz
MAINTAINER= trasz@FreeBSD.org
COMMENT= Utility to parse and modify C-like configuration files
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= trasz
GNU_CONFIGURE= yes
PLIST_FILES= bin/confctl \
man/man1/confctl.1.gz
.include <bsd.port.mk>