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/fpmkunit | |
| 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/fpmkunit')
| -rw-r--r-- | packages/fpmkunit/fpmake.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/fpmkunit/fpmake.pp b/packages/fpmkunit/fpmake.pp index 1e9c3bf150..2d4c95e763 100644 --- a/packages/fpmkunit/fpmake.pp +++ b/packages/fpmkunit/fpmake.pp @@ -18,6 +18,12 @@ begin {$endif ALLPACKAGES} P.Version:='2.2.2-0'; P.Description:='Free Pascal Make Tool'; + P.Author := 'Peter Vreman'; + P.License := 'LGPL with modification, '; + P.ExternalURL := 'www.freepascal.org'; + P.Email := ''; + P.Description := 'Basic library of the fpmake/fppkg build system.'; + P.NeedLibC:= false; // true for headers that indirectly link to libc? // All dependencies (including implicit) are listed // here to be able to update all requirements to |
