diff options
Diffstat (limited to 'net/p5-URI/Makefile')
-rw-r--r-- | net/p5-URI/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index 136db19..b34f15e 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> |