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.
23 lines
686 B
Makefile
23 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/06/30 20:16:20 nia Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Random-MT-Auto-6.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Math-Random-MT-Auto
|
|
COMMENT= Auto-seeded Mersenne Twister PRNGs
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= p5-Object-InsideOut>=2.06:../../devel/p5-Object-InsideOut
|
|
DEPENDS+= p5-Exception-Class>=1.22:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Math/Random/MT/Auto/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|