The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.014000;
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME              => 'App::Scheme79asm',
	VERSION_FROM      => 'lib/App/Scheme79asm.pm',
	ABSTRACT_FROM     => 'lib/App/Scheme79asm.pm',
	AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
	MIN_PERL_VERSION  => '5.14.0',
	LICENSE           => 'perl',
	SIGN              => 1,
	PREREQ_PM         => {
		qw/Data::SExpression 0.41
		   List::MoreUtils   0.33/,
	},
	TEST_REQUIRES     => {
		qw/Data::Dump::Sexp 0/,
	},
	META_ADD          => {
		dynamic_config => 0,
		resources      => {
			repository   => 'https://git.ieval.ro/?p=app-scheme79asm.git',
		},
	}
);