diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-05 02:21:14 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-05 02:21:14 +0000 |
commit | 887743ed0acb7cd90ad4c80aa3f193841b21c648 (patch) | |
tree | 8aab4325b2d7e79175848e5db5ee3d7fac083ffc /www/p5-libwww/Makefile | |
parent | eb98526a0d3c8653a36f93901b8f022d423c6acc (diff) | |
download | FreeBSD-ports-887743ed0acb7cd90ad4c80aa3f193841b21c648.zip FreeBSD-ports-887743ed0acb7cd90ad4c80aa3f193841b21c648.tar.gz |
Correct MD5.pm's path.
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 6161fdb..0c9bfb9 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,7 +7,7 @@ PORTNAME= p5-libwww PORTVERSION= 5.52 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP @@ -15,7 +15,7 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-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 \ |