diff options
author | abs <abs@pkgsrc.org> | 2003-04-04 17:32:51 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-04-04 17:32:51 +0000 |
commit | 09a901a9028fc6181ca3f784a67412231fc1a1bf (patch) | |
tree | 446128349e1d4accfe4a76ce9371dfd9ef5e21fb /www | |
parent | 8351dd7ef5cd6bb221e46df3cd47eedd34946391 (diff) | |
download | pkgsrc-09a901a9028fc6181ca3f784a67412231fc1a1bf.tar.gz |
Shorten COMMENT
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-URI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 7a4362a200a..7d98d60cb84 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/01/31 10:40:35 shell Exp $ +# $NetBSD: Makefile,v 1.20 2003/04/04 17:34:02 abs Exp $ # DISTNAME= URI-1.23 @@ -8,7 +8,7 @@ CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} MAINTAINER= packages@netbsd.org -COMMENT= Perl5 class to represent Uniform Resource Identifier (URI, RFC 2396) +COMMENT= Perl5 Uniform Resource Identifiers class (URI, RFC 2396) BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64 |