Import App::XMMS2::Notifier 0.001
[app-xmms2-notifier.git] / Makefile.PL
1 use 5.014002;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile(
5 NAME => 'App::XMMS2::Notifier',
6 VERSION_FROM => 'lib/App/XMMS2/Notifier.pm',
7 PREREQ_PM => {
8 'Audio::XMMSClient' => 0.03,
9 'Gtk2::Notify' => 0.05,
10 'Getopt::Long' => 0},
11 ABSTRACT_FROM => 'lib/App/XMMS2/Notifier.pm',
12 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
13 EXE_FILES => ['xmms2-notifier'],
14 );
This page took 0.020935 seconds and 4 git commands to generate.