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

WriteMakefile(
    NAME		=> 'ByteLoader',
    VERSION_FROM	=> 'ByteLoader.pm',
    XSPROTOARG		=> '-noprototypes',
    MAN3PODS		=> {},     # Pods will be built by installman.
    OBJECT		=> 'byterun$(OBJ_EXT) ByteLoader$(OBJ_EXT)',
);
OpenPOWER on IntegriCloud