summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/ODBM_File/Makefile.PL
blob: 76a5d19999081e16a9d5d1babc95ee5645af2ab0 (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME	=> 'ODBM_File',
    LIBS => ["-ldbm -lucb"],
    MAN3PODS 	=> ' ', 	# Pods will be built by installman.
    XSPROTOARG => '-noprototypes', 		# XXX remove later?
    VERSION_FROM => 'ODBM_File.pm', 
);
OpenPOWER on IntegriCloud