File: Makefile.PL

package info (click to toggle)
razor 1%3A2.85-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: perl: 4,694; ansic: 178; makefile: 19; sh: 3
file content (19 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    dist	=> {
	            COMPRESS	=> 'gzip -9v',
	            SUFFIX	=> '.gz',
	           },
    'NAME'	    => 'Razor2::Preproc::deHTMLxs',
    'OBJECT'    => q[_deHTMLxs$(OBJ_EXT) deHTMLxs$(OBJ_EXT)],
    'VERSION_FROM'      => 'deHTMLxs.pm', # finds $VERSION
    'LIBS'              => [''], # e.g., '-lm'
    'DEFINE'            => '',   # e.g., '-DHAVE_SOMETHING'
    'INC'               => '',   # e.g., '-I/usr/include/other'
);


#PREOP	=> 'pod2text deHTMLxs.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',