]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/perl5/ext/attrs/Makefile.PL
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / contrib / perl5 / ext / attrs / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME        => 'attrs',
4     VERSION_FROM => 'attrs.pm',
5     MAN3PODS    => {},  # Pods will be built by installman.
6     XSPROTOARG => '-noprototypes'
7 );