diff options
author | demon <demon@FreeBSD.org> | 2005-05-09 02:59:20 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-05-09 02:59:20 +0800 |
commit | 99d0a49527e15aff00cb04b400083db0f127ca52 (patch) | |
tree | 5ee14c15e4bba015b88de27aba31a6fa66bd4190 /devel/Makefile | |
parent | e80ea9edea510b7683de0fd3ee8692b559ca2954 (diff) | |
download | freebsd-ports-gnome-99d0a49527e15aff00cb04b400083db0f127ca52.tar.gz freebsd-ports-gnome-99d0a49527e15aff00cb04b400083db0f127ca52.tar.zst freebsd-ports-gnome-99d0a49527e15aff00cb04b400083db0f127ca52.zip |
New port: cgilib.
This is quite a simple library that provides an easy interface to the common
gateway interface, known as CGI. The purpose is to provide an easy to use
interface to CGI if you need to write your program in C instead of perl.
It is needed for modern rrdtool.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index deee03d4ca6c..66231d282d25 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -115,6 +115,7 @@ SUBDIR += cedet-emacs20 SUBDIR += cflow SUBDIR += cflow2vcg + SUBDIR += cgilib SUBDIR += cgprof SUBDIR += chora SUBDIR += cil |