summaryrefslogtreecommitdiff
path: root/www/p5-URI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-URI/Makefile')
-rw-r--r--www/p5-URI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile
index 97646d4f0ef..7eafa473a5d 100644
--- a/www/p5-URI/Makefile
+++ b/www/p5-URI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/06/02 01:16:01 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/07/17 22:55:54 grant Exp $
#
DISTNAME= URI-1.23
@@ -7,7 +7,7 @@ SVR4_PKGNAME= p5uri
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
-MAINTAINER= tech-pkg@netbsd.org
+MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64