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
563 B
Makefile
20 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/06/30 20:15:13 nia Exp $
|
|
#
|
|
|
|
DISTNAME= InlineX-C2XS-0.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/SISYPHUS/}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= https://metacpan.org/release/InlineX-C2XS
|
|
COMMENT= Convert from Inline C code to XS
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Inline>=0.47:../../devel/p5-Inline
|
|
DEPENDS+= p5-Inline-C>=0.54:../../devel/p5-Inline-C
|
|
|
|
PERL5_PACKLIST= auto/InlineX/C2XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|