/[Search-TokyoDystopia]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Aug 17 22:17:40 2008 UTC (15 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 421 byte(s)
start implementation of XS patches for Tokyo Dystopia after ACK from
author that he isn't interested in writing bindings and encouraged me
to publish to CPAN
1 use ExtUtils::MakeMaker;
2 use strict;
3 use warnings;
4
5 my $inc = '-I/usr/local/include';
6 my $libs = '-L/usr/local/lib -ltokyodystopia -ltokyocabinet -lz -lpthread -lm -lc';
7
8 WriteMakefile(
9 'NAME' => 'Search::TokyoDystopia',
10 'VERSION_FROM' => 'lib/Search/TokyoDystopia.pm',
11 'INC' => $inc,
12 'LIBS' => $libs,
13 'clean' => { FILES => "casket* *~" },
14 );
15

  ViewVC Help
Powered by ViewVC 1.1.26