Mercurial > hg > monetdb-perl
view MonetDB-CLI-MapiPP/MonetDB/CLI/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 => 'MonetDB::CLI::MapiPP' , VERSION_FROM => 'MapiPP.pm' , ABSTRACT_FROM => 'MapiPP.pm' , PREREQ_PM => { 'IO::Socket::INET' => 0 } );