summaryrefslogtreecommitdiffstats
path: root/lib/perl/Local/Ampache/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'lib/perl/Local/Ampache/Makefile.PL')
-rwxr-xr-xlib/perl/Local/Ampache/Makefile.PL7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/perl/Local/Ampache/Makefile.PL b/lib/perl/Local/Ampache/Makefile.PL
new file mode 100755
index 00000000..a51e5d54
--- /dev/null
+++ b/lib/perl/Local/Ampache/Makefile.PL
@@ -0,0 +1,7 @@
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+ 'NAME' => 'Local::Ampache',
+ 'VERSION_FROM' => 'Ampache.pm', # finds $VERSION
+);