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.
17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.39 2019/06/30 20:15:11 nia Exp $
|
|
|
|
DISTNAME= IO-Tty-1.12
|
|
PKGNAME= p5-${DISTNAME:C/T/t/}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/IO-Tty
|
|
COMMENT= Another Perl class for I/O on tty and pseudo-tty devices
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/IO/Tty/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|