From 5eb16928792037085428cfe1697a35cee4352553 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Sat, 17 May 2003 13:09:42 +0000 Subject: Minor cleanup. --- devel/p5-Inline/Makefile | 2 +- devel/p5-Inline/files/patch-C-Makefile.PL | 32 +++++++++---------------------- devel/p5-Inline/pkg-descr | 4 ++-- 3 files changed, 12 insertions(+), 26 deletions(-) (limited to 'devel/p5-Inline') diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile index 190a66651000..4bd59b7893a9 100644 --- a/devel/p5-Inline/Makefile +++ b/devel/p5-Inline/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Inline PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org COMMENT= Write Perl subroutines in other programming languages BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ diff --git a/devel/p5-Inline/files/patch-C-Makefile.PL b/devel/p5-Inline/files/patch-C-Makefile.PL index 2f7efd3fcba6..09ec4a5d08ea 100644 --- a/devel/p5-Inline/files/patch-C-Makefile.PL +++ b/devel/p5-Inline/files/patch-C-Makefile.PL @@ -1,28 +1,14 @@ ---- C/Makefile.PL.orig Mon Oct 28 19:26:08 2002 -+++ C/Makefile.PL Tue May 13 11:52:47 2003 -@@ -55,25 +55,7 @@ +--- C/Makefile.PL.orig Sat May 17 17:04:50 2003 ++++ C/Makefile.PL Sat May 17 17:07:39 2003 +@@ -55,9 +55,9 @@ # ' } -my $answer = ''; --my $default = $found ? "y" : "n"; ++my $answer = 'y'; + my $default = $found ? "y" : "n"; -while (1) { -- $answer = prompt ('Do you want to install Inline::C?', $default); -- last if $answer =~ /^(y|yes|n|no)$/i; --} -- --if ($answer =~ /^(y|yes)$/i) { - WriteMakefile( - NAME => 'Inline::C', - clean => {FILES => '_Inline_test'}, - ) --} --else { -- open MF, "> Makefile" or die "Can't open Makefile for output"; -- print MF <<'END'; --all:: --test:: --clean:: --END -- close MF; --} ++while (0) { + $answer = prompt ('Do you want to install Inline::C?', $default); + last if $answer =~ /^(y|yes|n|no)$/i; + } diff --git a/devel/p5-Inline/pkg-descr b/devel/p5-Inline/pkg-descr index 04dbc56c276e..43b67c5a8ffb 100644 --- a/devel/p5-Inline/pkg-descr +++ b/devel/p5-Inline/pkg-descr @@ -16,7 +16,7 @@ that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time. -WWW: http://search.cpan.org/search?dist=Inline +WWW: http://search.cpan.org/dist/Inline/ -- Sergey Skvortsov -skv@protey.ru +skv@FreeBSD.org -- cgit v1.2.3