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
670 B
Makefile
20 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/06/30 20:16:03 nia Exp $
|
|
|
|
DISTNAME= bareword-filehandles-0.007
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IL/ILMARI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/bareword-filehandles
|
|
COMMENT= Perl 5 module which disables bareword filehandles
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/bareword/filehandles/.packlist
|
|
|
|
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|