aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-30 08:36:10 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-30 08:36:10 +0000
commit841c67d6a1838f482914076bb1669c56f0d8c4e8 (patch)
treed734f1353b200162316d4770520a023049508dde /net/p5-URI/Makefile
parent75d4b9ef813bf792db522b09d5bce6724c143421 (diff)
downloadports-841c67d6a1838f482914076bb1669c56f0d8c4e8.tar.gz
ports-841c67d6a1838f482914076bb1669c56f0d8c4e8.zip
Notes
Diffstat (limited to 'net/p5-URI/Makefile')
-rw-r--r--net/p5-URI/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile
index 56b41f39ca41..69e7753d972d 100644
--- a/net/p5-URI/Makefile
+++ b/net/p5-URI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= URI
-PORTVERSION= 1.23
+PORTVERSION= 1.25
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
@@ -22,6 +22,7 @@ MAN3= URI.3 \
URI::Escape.3 \
URI::Heuristic.3 \
URI::QueryParam.3 \
+ URI::Split.3 \
URI::URL.3 \
URI::WithBase.3 \
URI::data.3 \
@@ -31,7 +32,7 @@ MAN3= URI.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif