aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-libwww
diff options
context:
space:
mode:
authorlbr <lbr@FreeBSD.org>2006-06-02 21:09:44 +0800
committerlbr <lbr@FreeBSD.org>2006-06-02 21:09:44 +0800
commit5c4dc6f487f682d51cb4ee180ebb854c18ab952b (patch)
treef4d419ca3e33952052efc88a07a2090d4b8b5dec /www/p5-libwww
parent7c1f184fd1385b0d16e84c5d40a19c0df7c3ee21 (diff)
downloadfreebsd-ports-gnome-5c4dc6f487f682d51cb4ee180ebb854c18ab952b.tar.gz
freebsd-ports-gnome-5c4dc6f487f682d51cb4ee180ebb854c18ab952b.tar.zst
freebsd-ports-gnome-5c4dc6f487f682d51cb4ee180ebb854c18ab952b.zip
require perl5.6 (pr 98337)
Make portlint ecstatic PR: 98337 Submitted by: aaron Approved by: erwin (mentor, implicit)
Diffstat (limited to 'www/p5-libwww')
-rw-r--r--www/p5-libwww/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index 872bfb0163c4..5073c04c649c 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -5,11 +5,12 @@
# $FreeBSD$
#
-PORTNAME= p5-libwww
+PORTNAME= libwww
PORTVERSION= 5.805
CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LWP
+PKGNAMEPREFIX= p5-
DISTNAME= libwww-perl-${PORTVERSION}
MAINTAINER= lbr@FreeBSD.org
@@ -43,4 +44,10 @@ post-patch:
${WRKSRC}/lib/LWP/Protocol/mailto.pm
@${PERL} -pi -e 's!(?=prompt\()!1 || !g' ${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 #inherited from Module::Build and security/p5-Authen-SASL
+IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>