ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Makefile.PL
Revision: 1.3
Committed: Thu Nov 17 02:10:39 2011 UTC (12 years, 6 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-0_92, rel-0_91, rel-0_59, rel-0_14, rel-0_15
Changes since 1.2: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 dist => {
5 PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz',
8 },
9 PREREQ_PM => {
10 common::sense => 0,
11 },
12 NAME => "OpenCL",
13 VERSION_FROM => "OpenCL.pm",
14 LIBS => ["-lOpenCL"],
15 );
16