summaryrefslogtreecommitdiff
path: root/devel/p5-Inline
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-05-17 13:09:42 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-05-17 13:09:42 +0000
commit5eb16928792037085428cfe1697a35cee4352553 (patch)
tree5373f11a4e87e6765cbec95c435ab652859a1172 /devel/p5-Inline
parentUpdated to 0.44 (diff)
Minor cleanup.
Notes
Notes: svn path=/head/; revision=81147
Diffstat (limited to 'devel/p5-Inline')
-rw-r--r--devel/p5-Inline/Makefile2
-rw-r--r--devel/p5-Inline/files/patch-C-Makefile.PL32
-rw-r--r--devel/p5-Inline/pkg-descr4
3 files changed, 12 insertions, 26 deletions
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