diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-13 07:51:02 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-13 07:51:02 +0000 |
commit | 4b96bdddf43ac75cdc45561a63b729148be27149 (patch) | |
tree | 04fbf467b3b23a8312fe3e3c8db76221fcddfe95 /textproc/p5-Pod-Perldoc/files | |
parent | Update to version 4.4.4. (diff) |
Look up Perl documentation in Pod format.
WWW: http://search.cpan.org/dist/Pod-Perldoc/
PR: ports/146482
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Diffstat (limited to 'textproc/p5-Pod-Perldoc/files')
-rw-r--r-- | textproc/p5-Pod-Perldoc/files/patch-Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL new file mode 100644 index 000000000000..38e1d708de00 --- /dev/null +++ b/textproc/p5-Pod-Perldoc/files/patch-Makefile.PL @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- Makefile.PL.orig ++++ Makefile.PL +@@ -28,7 +28,6 @@ + 'File::Temp' => 0, + 'File::Spec::Functions' => 0, + }, +- 'EXE_FILES' => [qw( perldoc )], + + ( $EUMM_VERSION > 6.31 ? ( + 'LICENSE' => 'perl', |