root/trunk/perl/HTTP-Daemon-SSL/Makefile.PL
| Revision 340, 430 bytes (checked in by aufflick, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | # |
| 2 | # A Makemaker script to build HTTP::Daemon::SSL |
| 3 | # |
| 4 | use ExtUtils::MakeMaker; |
| 5 | |
| 6 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
| 7 | # the contents of the Makefile that is written. |
| 8 | WriteMakefile( |
| 9 | 'NAME' => 'HTTP::Daemon::SSL', |
| 10 | 'VERSION_FROM' => 'SSL.pm', |
| 11 | 'DISTNAME' => 'HTTP-Daemon-SSL', |
| 12 | 'PREREQ_PM' => { 'HTTP::Daemon' => 1.0, 'IO::Socket::SSL' => 0.93 }, |
| 13 | 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', }, |
| 14 | ); |
Note: See TracBrowser for help on using the browser.
