Mercurial > hg > monetdb-perl
view DBD/Makefile.PL @ 2:cb53f63794d6
Added Debian build configuration, updated Fedora build configuration.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Tue, 20 Sep 2016 15:05:55 +0200 (2016-09-20) |
parents | f899cb48b4cc |
children |
line wrap: on
line source
use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'DBD::monetdb' , VERSION_FROM => 'monetdb.pm' , ABSTRACT_FROM => 'monetdb.pm' , PREREQ_PM => { DBI => 1.45, 'MonetDB::CLI' => 1.00 } );