diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 09:34:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 09:34:24 +0000 |
commit | bb0ddae5301f1e47433ba3e54e3fcb093b6df555 (patch) | |
tree | 7cd1f6c10a63276db0bd40bd6799a06805c8e3d2 /net/p5-URI | |
parent | e3ee5d116d124e7b0983d154192247f15761be20 (diff) | |
download | ports-bb0ddae5301f1e47433ba3e54e3fcb093b6df555.tar.gz ports-bb0ddae5301f1e47433ba3e54e3fcb093b6df555.zip |
Notes
Diffstat (limited to 'net/p5-URI')
-rw-r--r-- | net/p5-URI/Makefile | 18 | ||||
-rw-r--r-- | net/p5-URI/distinfo | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index 136db1939900..b34f15ed52a5 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= URI -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI @@ -18,14 +18,14 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base6 PERL_CONFIGURE= yes -MAN3= URI.3 \ - URI::data.3 \ - URI::Escape.3 \ - URI::file.3 \ - URI::Heuristic.3 \ - URI::ldap.3 \ - URI::URL.3 \ - URI::WithBase.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= URI.3 \ + URI::Escape.3 \ + URI::Heuristic.3 \ + URI::URL.3 \ + URI::WithBase.3 \ + URI::data.3 \ + URI::file.3 \ + URI::ldap.3 .include <bsd.port.mk> diff --git a/net/p5-URI/distinfo b/net/p5-URI/distinfo index 64f69ba0020d..c1de380d7750 100644 --- a/net/p5-URI/distinfo +++ b/net/p5-URI/distinfo @@ -1 +1 @@ -MD5 (URI-1.11.tar.gz) = 58ac93292add15e520e87e1c7c9f7102 +MD5 (URI-1.12.tar.gz) = f8d8c34ed08c7a786f61c1fc19b0e956 |