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.
24 lines
689 B
Makefile
24 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/06/30 20:14:26 nia Exp $
|
|
#
|
|
|
|
DISTNAME= MLDBM-Serializer-JSON-0.002
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MLDBM/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/MLDBM-Serializer-JSON
|
|
COMMENT= DBM serializer uses JSON for language interoperability
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= #empty
|
|
|
|
DEPENDS+= p5-MLDBM>=2.04:../../databases/p5-MLDBM
|
|
DEPENDS+= p5-JSON-Any>=1.22:../../converters/p5-JSON-Any
|
|
|
|
PERL5_PACKLIST= auto/MLDBM/Serializer/JSON/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|