Crypt-DH-GMP

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use inc::Module::Install;

my @DEFINES;
if (grep { $_ eq '--very-verbose' } @ARGV) {
    push @DEFINES, '-DVERY_VERBOSE';
}

my @CCFLAGS = split(' ', $ENV{CCFLAGS} || '');
my @LDFLAGS = split(' ', $ENV{LDFLAGS} || '');
my @INCLUDES;
my @LIBPATHS;

if ($^O eq 'darwin') {
    if (! exists $ENV{USE_MACPORTS}) {
        print 
            "======\n\n",
            "Automatically enabling pushing MacPorts into our path(s)...\n",
            "Set USE_MACPORTS=0 if you don't want me to do this\n\n",
            "======\n"



( run in 0.630 second using v1.01-cache-2.11-cpan-8d75d55dd25 )