aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-URI/Makefile')
-rw-r--r--net/p5-URI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile
index 878be1c539dd..e0c68815d7fd 100644
--- a/net/p5-URI/Makefile
+++ b/net/p5-URI/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= URI
-PORTVERSION= 1.18
+PORTVERSION= 1.19
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
PKGNAMEPREFIX= p5-
-MAINTAINER= ache@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64