freebsd-dev/contrib/perl5/ext/attrs/Makefile.PL

8 lines
189 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'attrs',
VERSION_FROM => 'attrs.pm',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes'
);