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.
21 lines
558 B
Makefile
21 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/06/30 20:15:16 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Dispatch-Perl-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Log-Dispatch-Perl
|
|
COMMENT= TODO: Short description of the package
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Log-Dispatch>=1.16:../../devel/p5-Log-Dispatch
|
|
|
|
PERL5_PACKLIST= auto/Log/Dispatch/Perl/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|