freebsd-ports/net/p5-Net-CIDR-Set/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
352 B
Text

Net::CIDR::Set represents sets of IP addresses and
allows standard set operations (union, intersection,
membership test etc) to be performed on them.
In spite of the name it can work with sets consisting
of arbitrary ranges of IP addresses - not just CIDR blocks.
Both IPv4 and IPv6 addresses are handled - but they may not
be mixed in the same set.