d5c846b3af
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.
23 lines
693 B
Makefile
23 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.22 2019/06/30 20:14:58 nia Exp $
|
|
|
|
DISTNAME= ExtUtils-AutoInstall-0.64
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/ExtUtils-AutoInstall
|
|
COMMENT= Lets Makefile.PL automatically install dependencies
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sort-Versions>=1.2:../../devel/p5-Sort-Versions
|
|
|
|
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
|
|
PERL5_PACKLIST= auto/ExtUtils/AutoInstall/.packlist
|
|
|
|
# getting infinite loop
|
|
TEST_TARGET?= # empty = means make test fails
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|