ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Makefile.PL
Revision: 1.2
Committed: Mon Jul 18 17:54:34 2011 UTC (12 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_46, rel-1_44, rel-1_45, rel-1_42, rel-1_43, rel-1_41, HEAD
Changes since 1.1: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 dist => {
5 PREOP => './build && pod2text bin/staticperl | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6 COMPRESS => 'gzip -9v',
7 SUFFIX => '.gz',
8 },
9 NAME => "App::Staticperl",
10 ABSTRACT => "perl, libc, 100 modules, all in one standalone 500kb file",
11 VERSION_FROM => "bin/staticperl",
12 EXE_FILES => ["bin/staticperl"],
13 PM => {},
14 MAN3PODS => {},
15 );
16