2b61121165
This module provides a number IP address validation subs that both validate and untaint their input. This includes both basic validation (is_ipv4() and is_ipv6()) and special cases like checking whether an address belongs to a specific network or whether an address is public or private (reserved).
18 lines
514 B
Makefile
18 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/03/21 10:12:39 he Exp $
|
|
|
|
DISTNAME= Data-Validate-IP-0.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Data-Validate-IP
|
|
COMMENT= IPv4 and IPv6 validation methods
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-NetAddr-IP>=4:../../net/p5-NetAddr-IP
|
|
|
|
PERL5_PACKLIST= auto/Data/Validate/IP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|