mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
254ce20e51
Summary: Submitted by Jake Luciani Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665112 13f79535-47bb-0310-9956-ffa450edef68
10 lines
335 B
Perl
10 lines
335 B
Perl
use ExtUtils::MakeMaker;
|
|
WriteMakefile( 'NAME' => 'Thrift',
|
|
'VERSION_FROM' => 'lib/Thrift.pm',
|
|
'PREREQ_PM' => {
|
|
'Bit::Vector' => 0
|
|
},
|
|
($] >= 5.005 ?
|
|
( AUTHOR => 'T Jake Luciani <jakers@gmail.com>') : ()),
|
|
);
|