From b9ac2b143e8fcc1c7c06f65b16dc99f94f5c7e5c Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 21 Mar 2001 03:36:36 +0000 Subject: [PATCH] 1: p5-Digest-MD5 remove non MD5 module now, so change BUILD_DEPENDS to MD5.pm, 2: add RUN_DEPENDS. 3: bump version. --- www/p5-libwww/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 9baf29dcf20e..a16feaf6585f 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= p5-libwww PORTVERSION= 5.50 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP @@ -14,11 +15,12 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm:${PORTSDIR}/security/p5-Digest-MD5 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes