diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
commit | 45812930981f21ec337d67e10c26827c21103262 (patch) | |
tree | 63f5502809536598bcd56d51aa876781083c9e64 /www/p5-FCGI | |
parent | ef2d35b9baa7d9fdbb39e0cb1f9d2172f72ef491 (diff) | |
download | pkgsrc-45812930981f21ec337d67e10c26827c21103262.tar.gz |
Comment out dead sites.
Diffstat (limited to 'www/p5-FCGI')
-rw-r--r-- | www/p5-FCGI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile index b827907668e..a7ae4079c79 100644 --- a/www/p5-FCGI/Makefile +++ b/www/p5-FCGI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2017/06/05 14:25:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.40 2017/08/16 20:45:47 wiz Exp $ DISTNAME= FCGI-0.78 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fastcgi.com/ +#HOMEPAGE= http://www.fastcgi.com/ COMMENT= Perl5 library for FastCGI, a fast startup alternative to CGI USE_LANGUAGES= c |