mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
21 lines
321 B
Makefile
21 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcgi
|
|
PORTVERSION= 0.4.4
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Minimal CGI library in C
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= tar:tgz
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
HAS_CONFIGURE= yes
|
|
MAKE_ARGS= DATADIR=${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|