From 187e250247a052dc476e35d5c30e3470c3867e2e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 22 Jun 2017 10:32:07 +0200 Subject: Turn this project into a proper Perl upstream project. --- Makefile.PL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..b4fe8ff --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,14 @@ +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile ( + AUTHOR => 'Arctica Project Developers', + ABSTRACT => "Arctica Service: Audio Streamer ClientGST", + NAME => 'Arctica::Services::Audio::Streamer::ClientGST', + (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), + PREREQ_PM => { + 'Test::More' => '0.47', + }, + VERSION_FROM => 'lib/Arctica/Services/Audio/Streamer/ClientGST/Version.pm', + clean => { FILES => '' }, +); -- cgit v1.2.3