summaryrefslogtreecommitdiff
path: root/news/p5-News-Newsrc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/p5-News-Newsrc/Makefile')
-rw-r--r--news/p5-News-Newsrc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile
index a71f250d7ae6..cde39c82f695 100644
--- a/news/p5-News-Newsrc/Makefile
+++ b/news/p5-News-Newsrc/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
PKGNAMEPREFIX= p5-
-MAINTAINER= croyle@gelemna.org
+MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -22,4 +22,7 @@ PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= News::Newsrc.3
+pre-patch:
+ @${PERL} -pi -e '$$_ = "" if /^use 5.6/' ${WRKSRC}/Newsrc.pm
+
.include <bsd.port.mk>