[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Text-LevenshteinXS

File: [cvs.NetBSD.org] / pkgsrc / textproc / p5-Text-LevenshteinXS / Makefile (download)

Revision 1.17, Sun Jun 30 20:17:01 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.16: +2 -2 lines

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

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.

# $NetBSD: Makefile,v 1.17 2019/06/30 20:17:01 nia Exp $
#

DISTNAME=	Text-LevenshteinXS-0.03
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	10
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Text/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Text-LevenshteinXS
COMMENT=	XS implementation of the Levenshtein edit distance

USE_LANGUAGES=	c
PERL5_PACKLIST=	auto/Text/LevenshteinXS/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"