to call cidrvalidate) re: https://blog.urth.org/2021/03/29/security-issues-in-perl-ip-address-distros/
14 lines
238 B
Makefile
14 lines
238 B
Makefile
# $OpenBSD: Makefile,v 1.16 2021/03/31 05:14:07 sthen Exp $
|
|
|
|
COMMENT= manipulate IPv4/IPv6 netblocks in CIDR notation
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Net-CIDR-0.21
|
|
CATEGORIES= net
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|