diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-26 20:18:05 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-26 20:18:05 +0000 |
| commit | 21bd60bcc9c92834b54dfeefb86673d7bed62938 (patch) | |
| tree | f15269dce2cf0a1545df725a18aaf2a4f1c1587a /packages/httpd22 | |
| parent | b09864d446b1b6290cacc9065557bb10df9675cd (diff) | |
| download | fpc-21bd60bcc9c92834b54dfeefb86673d7bed62938.tar.gz | |
* 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
Diffstat (limited to 'packages/httpd22')
| -rw-r--r-- | packages/httpd22/fpmake.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/httpd22/fpmake.pp b/packages/httpd22/fpmake.pp index 8d36ff89c0..407d1f866b 100644 --- a/packages/httpd22/fpmake.pp +++ b/packages/httpd22/fpmake.pp @@ -17,6 +17,13 @@ begin P.Directory:='httpd22'; {$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 2.2 series www server'; + P.NeedLibC:= true; // true for headers that indirectly link to libc? + P.SourcePath.Add('src'); P.SourcePath.Add('src/apr'); P.SourcePath.Add('src/apriconv'); |
