--- /dev/null
+use strict;
+use warnings FATAL => 'all';
+use 5.008001;
+use ExtUtils::MakeMaker;
+
+(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+
+WriteMakefile(
+ NAME => 'SCS',
+ VERSION_FROM => 'lib/SCSite.pm',
+ PREREQ_PM => {
+ 'Web::Simple' => '0.009',
+ 'Moo' => '0.009005',
+ 'Syntax::Keyword::Gather' => '1.001',
+ 'IO::All' => '0.44',
+ 'JSON' => '2.50',
+ 'Text::MultiMarkdown' => '1.000033',
+ 'HTML::Zoom' => '0.009006',
+ },
+);
--- /dev/null
+BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+use lib "Distar/lib";
+use Distar;
+
+author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
+
+manifest_include 't/pages' => qr/.*/;
+manifest_include 'share' => qr/.*/;