diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-08 13:16:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-08 13:16:33 +0000 |
commit | 503357eb8a4ca867ad58ebfb38be34b6cf2fed1a (patch) | |
tree | d694b9d45b76ace06eca633c232b75182c068c54 /net/p5-Net-Gnats | |
parent | f5dc63422f3ceb738ac51ef8dbd3a370f9528244 (diff) | |
download | pkgsrc-503357eb8a4ca867ad58ebfb38be34b6cf2fed1a.tar.gz |
*: use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'net/p5-Net-Gnats')
-rw-r--r-- | net/p5-Net-Gnats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Gnats/Makefile b/net/p5-Net-Gnats/Makefile index 0a647236037..272866172dd 100644 --- a/net/p5-Net-Gnats/Makefile +++ b/net/p5-Net-Gnats/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2020/09/08 12:42:08 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2020/09/08 13:16:42 wiz Exp $ DISTNAME= Net-Gnats-0.22 PKGNAME= p5-${DISTNAME} PKGREVISION= 4 CATEGORIES= net perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RI/RICHE/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RI/RICHE/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Net-Gnats |