pkgsrc/net/p5-Net-Patricia/Makefile
nia d5c846b3af 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.
2019-06-30 20:14:13 +00:00

21 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/06/30 20:16:31 nia Exp $
#
DISTNAME= Net-Patricia-1.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= tm@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Net-Patricia
COMMENT= Patricia Trie perl module for fast IP address lookups
LICENSE= gnu-gpl-v2 AND 2-clause-bsd
DEPENDS+= p5-Net-CIDR-Lite>=0.20:../../net/p5-Net-CIDR-Lite
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
PERL5_PACKLIST= auto/Net/Patricia/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"