diff options
Diffstat (limited to 'databases/p5-DBD-Google/Makefile')
-rw-r--r-- | databases/p5-DBD-Google/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile index f2019877e6d..a1939205ddf 100644 --- a/databases/p5-DBD-Google/Makefile +++ b/databases/p5-DBD-Google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2018/08/22 09:43:14 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2019/06/30 20:14:21 nia Exp $ DISTNAME= DBD-Google-0.51 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= databases perl5 www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/DBD-Google/ +HOMEPAGE= https://metacpan.org/release/DBD-Google COMMENT= Perl DBI/DBD driver for using Google as a datasource DEPENDS+= p5-DBI>=1.5:../../databases/p5-DBI |