pkgsrc/net/p5-Net-Patricia/Makefile
2022-06-28 11:30:51 +00:00

21 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/06/28 11:35:13 wiz Exp $
#
DISTNAME= Net-Patricia-1.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
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"