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
581 B
Makefile
21 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/06/30 20:17:22 nia Exp $
|
|
#
|
|
|
|
DISTNAME= CGI-ProgressBar-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 8
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/L/LG/LGODDARD/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/CGI-ProgressBar
|
|
COMMENT= CGI.pm sub-class with a progress bar object
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.8.8,p5-CGI>=3.15}:../../www/p5-CGI
|
|
|
|
PERL5_PACKLIST= auto/CGI/ProgressBar/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|