summaryrefslogtreecommitdiff
path: root/www/p5-libwww
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-10-01 11:35:21 +0000
committerheinz <heinz@pkgsrc.org>2007-10-01 11:35:21 +0000
commit665a293c942d102e66348187e4fed4d613fb0592 (patch)
tree9ad2697d9af8b5bedb135406fcb3f144f77282bd /www/p5-libwww
parent33d8aad3d4023972514da0b73291c2a66613e055 (diff)
downloadpkgsrc-665a293c942d102e66348187e4fed4d613fb0592.tar.gz
Instead of suppressing the interactive questions concerning the installation
of some executable skripts (lwp-*) tell MakeMaker to use the default answers provided in Makefile.PL. This should solve PR pkg/30737 from Joern Clausen.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r--www/p5-libwww/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index 56c845e7ec0..5fde7001a41 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.51 2007/09/30 17:45:26 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2007/10/01 11:35:21 heinz Exp $
DISTNAME= libwww-perl-5.808
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
SVR4_PKGNAME= p5lww
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
@@ -23,7 +24,7 @@ DEPENDS+= p5-URI>=1.10:../../www/p5-URI
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
PERL5_PACKLIST= auto/LWP/.packlist
-MAKE_PARAMS= -n
+MAKE_ENV+= PERL_MM_USE_DEFAULT=1
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"