diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-07-22 18:44:52 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-07-22 18:44:52 +0800 |
commit | 792ca96ac5e6fa8cf5ef07c228e0e204f636325c (patch) | |
tree | 7b1f8c78f33c55cfb65225db7b886297066e3c2b /net/p5-URI/Makefile | |
parent | 04ef36b38ce28854cf9627775dad705e22057f4c (diff) | |
download | freebsd-ports-gnome-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.tar.gz freebsd-ports-gnome-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.tar.zst freebsd-ports-gnome-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.zip |
Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
Diffstat (limited to 'net/p5-URI/Makefile')
-rw-r--r-- | net/p5-URI/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index 8f9c289ed7ff..3925ebf2a41a 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= URI -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI @@ -17,15 +17,14 @@ MAINTAINER= ache@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 USE_PERL5= YES -MAN3= \ - URI::WithBase.3 \ +MAN3= URI.3 \ URI::data.3 \ + URI::Escape.3 \ URI::file.3 \ URI::Heuristic.3 \ URI::ldap.3 \ - URI::Escape.3 \ - URI.3 \ - URI::URL.3 + URI::URL.3 \ + URI::WithBase.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |