use ExtUtils::MakeMaker;

WriteMakefile (
	NAME			=> 'cmail',
	VERSION_FROM	=> 'cmail',
	ABSTRACT		=> 'a modular mail checker',
	AUTHOR			=> 'Chip Marshall <chip@chocobo.cx>',
	EXE_FILES		=> ['cmail'],
	PMLIBDIRS		=> ['CMail'],
	dist			=> {
		COMPRESS	=> 'bzip2 -fv',
		SUFFIX		=> '.bz2',
		POSTOP		=> 'gpg -b $(DISTVNAME).$(TAR)$(SUFFIX)',
	},
);


syntax highlighted by Code2HTML, v. 0.9.1