| (O|B|F) ··· BIOPERL · BIOJAVA · BIOPYTHON · BIOCORBA · BIOMOBY · BIODAS | ( Community link · BIOINFORMATICS.ORG) |
|
|
|
|
File: [biodas] / Bio-Das2 / Makefile.PL
(download)
Revision: 1.2, Mon Aug 20 03:15:09 2001 UTC (11 months, 1 week ago) by lstein Branch: MAIN CVS Tags: HEAD Changes since 1.1: +1 -0 lines Added the darn test scripts. |
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Bio::Das',
VERSION_FROM => 'Das.pm', # finds $VERSION
PREREQ_PM => {
Compress::Zlib => 1.0,
HTML::Parser => 3.0,
LWP => 5.0,
}
);
| Maintained by Chris Dagdigian, [email protected] |
Powered by ViewCVS 0.9.2 |