aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-SubCalls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-SubCalls/Makefile')
-rw-r--r--devel/p5-Test-SubCalls/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Test-SubCalls/Makefile b/devel/p5-Test-SubCalls/Makefile
index d612593f635..4f4d351f2dc 100644
--- a/devel/p5-Test-SubCalls/Makefile
+++ b/devel/p5-Test-SubCalls/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-SubCalls
-PORTVERSION= 0.05
+PORTVERSION= 1.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@@ -24,9 +24,7 @@ PERL_CONFIGURE= yes
MAN3= Test::SubCalls.3
post-patch:
- @${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm
- @${PERL} -pi -e '$$_="" if m/AutoInstall/' ${WRKSRC}/MANIFEST
- @${PERL} -pi -e '$$_="" if m/Test::More|auto_install/' ${WRKSRC}/Makefile.PL
+ @${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601 # inherited from devel/p5-Hook-LexWrap