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.
20 lines
523 B
Makefile
20 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/06/30 20:15:51 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Test-File-1.443
|
|
PKGNAME= p5-Test-File-1.44.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-File
|
|
COMMENT= Test file attributes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/File/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-utf8>=0:../../devel/p5-Test-utf8
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|