summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/ODBM_File/Makefile.PL
blob: 2732a32ac34834b75d9ffac85f5af2ce32db25e2 (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