diff options
author | nia <nia@pkgsrc.org> | 2019-07-01 22:01:19 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-01 22:01:19 +0000 |
commit | 7fc66e7df4cf3397ab6a0b593e0923e48e201c89 (patch) | |
tree | afa274b9da7fe6bf655c64aefb6ee4ab859d0d28 /www/p5-CGI | |
parent | 8ffbf91ec350414c7af9a020eea32aa9d92b9db8 (diff) | |
download | pkgsrc-7fc66e7df4cf3397ab6a0b593e0923e48e201c89.tar.gz |
p5-CGI: HOMEPAGE 404s rather than redirecting. fix it.
Diffstat (limited to 'www/p5-CGI')
-rw-r--r-- | www/p5-CGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 456e6186078..76949f87878 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2019/05/08 02:24:35 wen Exp $ +# $NetBSD: Makefile,v 1.99 2019/07/01 22:01:19 nia Exp $ DISTNAME= CGI-4.43 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ +HOMEPAGE= https://metacpan.org/release/CGI COMMENT= Perl5 module for writing forms-based CGI programs LICENSE= artistic-2.0 |