From 21bd60bcc9c92834b54dfeefb86673d7bed62938 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 26 Oct 2008 20:18:05 +0000 Subject: * Another batch of manifests added to the respective fpmakes. Until httpd22. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11975 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/httpd13/fpmake.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages/httpd13') diff --git a/packages/httpd13/fpmake.pp b/packages/httpd13/fpmake.pp index 7d8afb9fb8..6d410fd891 100644 --- a/packages/httpd13/fpmake.pp +++ b/packages/httpd13/fpmake.pp @@ -17,6 +17,12 @@ begin P.Directory:='httpd13'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; + P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho'; + P.License := 'Library: Apache License 2, header: LGPL with modification, '; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'Headers for the Apache 1.3 www server'; + P.NeedLibC:= true; // true for headers that indirectly link to libc? P.SourcePath.Add('src'); P.IncludePath.Add('src'); -- cgit v1.2.1