diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-21 09:45:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-21 09:45:59 +0000 |
commit | c625c70c21649adfefeb1958a240c262f77a6fd2 (patch) | |
tree | c880488ccb841a3443ea232a787a1e12486f9c55 /www/Makefile | |
parent | aba43df775b5360ee794cda77247f5c820779c4c (diff) | |
download | ports-c625c70c21649adfefeb1958a240c262f77a6fd2.tar.gz ports-c625c70c21649adfefeb1958a240c262f77a6fd2.zip |
kcgi is a minimal CGI library for web applications in ISC licensed ISO C. It was
designed to be secure and auditable. See a Comparison of CGI Libraries in C for
alternatives. To start, download kcgi.tgz and run make install into your PREFIX
of choice. The kcgi(3) manpage documents usage. kcgi is a BSD.lv project
WWW: http://kristaps.bsd.lv/kcgi/
Notes
Notes:
svn path=/head/; revision=372984
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e96675f28801..a27ab9aa3ed4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -347,6 +347,7 @@ SUBDIR += jtoolkit SUBDIR += junkbuster SUBDIR += kannel + SUBDIR += kcgi SUBDIR += kdewebdev4 SUBDIR += kpartsplugin SUBDIR += kplaylist |