summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/Sys/Syslog/Makefile.PL
blob: e5edf3e1ba757408f788dbbb8766b7e9585d5934 (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME		=> 'Sys::Syslog',
    VERSION_FROM	=> 'Syslog.pm', 
    MAN3PODS		=> {}, 	# Pods will be built by installman.
    XSPROTOARG          => '-noprototypes',
);
OpenPOWER on IntegriCloud