diff options
Diffstat (limited to 'textproc/p5-Text-vCard/Makefile')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index b7c778bfb4b..c7f04577d12 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2018/08/22 09:47:04 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/06/30 20:17:05 nia Exp $ DISTNAME= Text-vCard-3.09 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= kleink@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Text-vCard/ +HOMEPAGE= https://metacpan.org/release/Text-vCard COMMENT= Parse, edit and create vCards (RFC 2426) LICENSE= ${PERL5_LICENSE} |