diff options
Diffstat (limited to 'devel/p5-Module-Runtime/Makefile')
-rw-r--r-- | devel/p5-Module-Runtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Runtime/Makefile b/devel/p5-Module-Runtime/Makefile index 0ce53f9098f..a9c5b8f031d 100644 --- a/devel/p5-Module-Runtime/Makefile +++ b/devel/p5-Module-Runtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/08/22 09:44:19 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/06/30 20:15:21 nia Exp $ DISTNAME= Module-Runtime-0.016 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Module-Runtime/ +HOMEPAGE= https://metacpan.org/release/Module-Runtime COMMENT= Deal with runtime handling of Perl modules LICENSE= ${PERL5_LICENSE} |