pkgsrc/sysutils/p5-UPS-Nut/files/Makefile.PL
bouyer 7430a85c10 Initial import of p5-UPS-Nut version 2.6.1:
Perl interface to talk to the NUT upsd network daemon
2011-07-29 15:13:58 +00:00

9 lines
367 B
Perl

use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'UPS::Nut',
VERSION_FROM => 'Nut.pm', # finds $VERSION
AUTHOR => 'Gabor Kiss <kissg@ssg.ki.iif.hu>',
ABSTRACT => 'A module for communicating with a UPS via the NUT upsd'
);