freebsd-ports/dns/rubygem-zonefile/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

8 lines
388 B
Plaintext

Ruby Zonefile - Parse and manipulate DNS Zone Files
This class can read, manipulate and create DNS zone files. It supports A, AAAA,
MX, NS, SOA, TXT, CNAME, PTR and SRV records. The data can be accessed by the
instance method of the same name. All except SOA return an array of hashes
containing the named data. SOA directly returns the hash since there can only be
one SOA information.