Pkgsrc changes:
- Provided HOMEPAGE.
- The package supports installation to DESTDIR.
- A C compiler is needed.
- The "Configure" script has been removed, so we do not have tell it to use
defaults (part of patch-aa) or change its stdin in MAKE_PARAMS anymore.
- sharelite.c has been renamed upstream, no more need to do this in pkgsrc,
thus making patch-aa and patch-ab obsolete.
Changes since version 0.09:
===========================
0.13 2008-03-09
- Fixed patching of double quoted strings in Makefile. Affects Win32
and, probably, VMS.
0.12 2008-02-25
- Use Devel::CheckLib to verify that we have a C compiler.
0.11 2008-02-25
- Removed POD coverage test. Dynamic constants make it flaky.
0.10 2008-02-24
- Use Perl's malloc wrappers
- moved test into t/sharelite.t
- made test use Test::More
- removed Configure mechanism
- assorted minor tidying