aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2006-06-02 13:09:44 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2006-06-02 13:09:44 +0000
commit23d9c36f1acd1c6bf30b089102ff56db8374163c (patch)
tree50302c8d51f663b3f92bcb29c24b47feda20f07d
parent8e96bd8f0e03286e322c60f7f83cf27cacf3e0f8 (diff)
downloadports-23d9c36f1acd1c6bf30b089102ff56db8374163c.tar.gz
ports-23d9c36f1acd1c6bf30b089102ff56db8374163c.zip
require perl5.6 (pr 98337)
Make portlint ecstatic PR: 98337 Submitted by: aaron Approved by: erwin (mentor, implicit)
Notes
Notes: svn path=/head/; revision=164220
-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>