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
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/06/30 20:15:48 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Term-Prompt-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Term-Prompt
|
|
COMMENT= Perl extension for prompting a user for information
|
|
|
|
#DEPENDS+= {perl>=5,p5-Text-Tabs+Wrap>=1.0}:../../textproc/p5-Text-Tabs+Wrap
|
|
DEPENDS+= p5-Term-ReadKey>=1.0:../../devel/p5-Term-ReadKey
|
|
|
|
PERL5_PACKLIST= auto/Term/Prompt/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|