diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 06:05:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 06:05:34 +0000 |
commit | c98682dac6cf7c6c568c160a2825638347f1b274 (patch) | |
tree | e277081be928532aeee5bb8fad3f6ad7660fbe65 /www/Makefile | |
parent | 29e011f5da4d5174a9e1992d562e147930bc25f1 (diff) | |
download | FreeBSD-ports-c98682dac6cf7c6c568c160a2825638347f1b274.zip FreeBSD-ports-c98682dac6cf7c6c568c160a2825638347f1b274.tar.gz |
Adding cgi-lib version 1.3.
An ANSI C library for CGI programming.
PR: 15985
Submitted by: Sergey Samoyloff <gonza@techline.ru>
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 0986923..525ad7d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -22,6 +22,7 @@ SUBDIR += boa SUBDIR += cadaver SUBDIR += calamaris + SUBDIR += cgi-lib SUBDIR += cgic SUBDIR += cgihtml SUBDIR += cgiparse |