Merge branch 'ms/aix'
[collectd.git] / bindings / perl / Collectd / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4         'NAME'          => 'Collectd::Unixsock',
5         'AUTHOR'        => 'Florian Forster <octo@verplant.org>',
6 );
7
8 # vim: set sw=4 ts=4 tw=78 noexpandtab :