Index: head/devel/p5-Data-Peek/Makefile =================================================================== --- head/devel/p5-Data-Peek/Makefile (revision 364428) +++ head/devel/p5-Data-Peek/Makefile (revision 364429) @@ -1,21 +1,24 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= Data-Peek PORTVERSION= 0.40 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Collection of low-level debug facilities LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings USES= perl5 tar:tgz USE_PERL5= configure +post-stage: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Data/Peek/Peek.so + .include Index: head/devel/p5-Data-Peek/files/patch-Makefile.PL =================================================================== --- head/devel/p5-Data-Peek/files/patch-Makefile.PL (nonexistent) +++ head/devel/p5-Data-Peek/files/patch-Makefile.PL (revision 364429) @@ -0,0 +1,14 @@ +--- ./Makefile.PL.orig 2014-01-01 12:53:34.000000000 +0100 ++++ ./Makefile.PL 2014-08-09 13:50:03.000000000 +0200 +@@ -33,9 +33,9 @@ + $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl"; + + unless (exists $ENV{AUTOMATED_TESTING} and $ENV{AUTOMATED_TESTING} == 1) { +- if (prompt ("Do you want to install module DP as a shortcut for Data::Peek ?", "y") =~ m/[yY]/) { ++ { + local $/; +- open my $pm, "<", "Peek.pm" or die "CAnnot read Peek.pm: $!\n"; ++ open my $pm, "<", "Peek.pm" or die "Cannot read Peek.pm: $!\n"; + my $vsn = do { <$pm> =~ m/^\$VERSION\s*=\s*"([0-9._]+)/m; $1 }; + close $pm; + Property changes on: head/devel/p5-Data-Peek/files/patch-Makefile.PL ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property