Codebase list libcrypt-passwdmd5-perl / upstream/1.2 Makefile.PL
upstream/1.2

Tree @upstream/1.2 (Download .tar.gz)

Makefile.PL @upstream/1.2raw · history · blame

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Crypt::PasswdMD5',
    'VERSION_FROM' => 'PasswdMD5.pm', # finds $VERSION
    'LIBS'	=> [''],   # e.g., '-lm' 
    'CONFIG'	=> ['byteorder'],	# Used to determine 64-bitness
    'DEFINE'	=> '-DPERL_BYTEORDER=$(BYTEORDER)',
    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);