aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Tiny
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-03-23 15:20:11 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-03-23 15:20:11 +0000
commit9242991be53425b6e48fee1b519f2044ef36cbc6 (patch)
tree7ceaeeade541ce076768fcc299ab031820493e75 /devel/p5-Config-Tiny
parent400f247e8b2d2a384d71396c8ac11192cfef637e (diff)
downloadports-9242991be53425b6e48fee1b519f2044ef36cbc6.tar.gz
ports-9242991be53425b6e48fee1b519f2044ef36cbc6.zip
Notes
Diffstat (limited to 'devel/p5-Config-Tiny')
-rw-r--r--devel/p5-Config-Tiny/files/patch-Makefile.PL12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/p5-Config-Tiny/files/patch-Makefile.PL b/devel/p5-Config-Tiny/files/patch-Makefile.PL
deleted file mode 100644
index 8512d7207786..000000000000
--- a/devel/p5-Config-Tiny/files/patch-Makefile.PL
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.PL.orig Wed Apr 16 18:04:51 2003
-+++ Makefile.PL Mon Dec 8 19:41:19 2003
-@@ -8,6 +8,9 @@
- FindBin => 0,
-
- },
-+ 'MAN3PODS' => {
-+ 'lib/Config/Tiny.pm' => '$(INST_MAN3DIR)/Config::Tiny.3'
-+ },
- ($] >= 5.005) ? (
- 'AUTHOR' => 'Adam Kennedy (cpan@ali.as)',
- 'ABSTRACT' => 'Read/Write .ini style files with as little code as possible',