aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-21 11:36:36 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-21 11:36:36 +0800
commit6d4458678c30dc26b581631a12640562096f2bcb (patch)
treef7478ef10733fbfaaeb85bc02c622d186db03607 /www
parent0735d573efb9e4af0c84fffb636a2d5f80496af8 (diff)
downloadfreebsd-ports-gnome-6d4458678c30dc26b581631a12640562096f2bcb.tar.gz
freebsd-ports-gnome-6d4458678c30dc26b581631a12640562096f2bcb.tar.zst
freebsd-ports-gnome-6d4458678c30dc26b581631a12640562096f2bcb.zip
1: p5-Digest-MD5 remove non MD5 module now,
so change BUILD_DEPENDS to MD5.pm, 2: add RUN_DEPENDS. 3: bump version.
Diffstat (limited to 'www')
-rw-r--r--www/p5-libwww/Makefile4
1 files changed, 3 insertions, 1 deletions
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