pkgsrc/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile
nia d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00

23 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/06/30 20:15:06 nia Exp $
DISTNAME= Git-Repository-Plugin-AUTOLOAD-1.003
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Git-Repository-Plugin-AUTOLOAD
COMMENT= Git subcommands as Git::Repository methods
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Git-Repository>=1.309:../../devel/p5-Git-Repository
# for make test
BUILD_DEPENDS+= p5-Test-Requires-Git-[0-9]*:../../devel/p5-Test-Requires-Git
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
PERL5_PACKLIST= auto/Git/Repository/Plugin/AUTOLOAD/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"