diff options
Diffstat (limited to 'textproc/p5-XML-Descent/Makefile')
-rw-r--r-- | textproc/p5-XML-Descent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Descent/Makefile b/textproc/p5-XML-Descent/Makefile index 633efdb6cc2..bdb9ab5c50d 100644 --- a/textproc/p5-XML-Descent/Makefile +++ b/textproc/p5-XML-Descent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/08/22 09:47:06 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2019/07/01 21:35:55 nia Exp $ DISTNAME= XML-Descent-1.04 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDYA/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~andya/XML-Descent-1.04/ +HOMEPAGE= https://metacpan.org/release/ANDYA/XML-Descent-1.04 COMMENT= Recursive descent XML parsing DEPENDS+= p5-XML-TokeParser>=0.05:../../textproc/p5-XML-TokeParser |