diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 07:25:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 07:25:58 +0000 |
commit | a670d536ff53d5f7cb89f49480ada40d3e9c0931 (patch) | |
tree | 535afcf65c459b03a87efd8dc68218c5d684703a /dns/p5-DNS-Config/pkg-descr | |
parent | 112a8e53c3569a82f3d46081a4e060d73a392420 (diff) | |
download | ports-a670d536ff53d5f7cb89f49480ada40d3e9c0931.tar.gz ports-a670d536ff53d5f7cb89f49480ada40d3e9c0931.zip |
[new port] : net/p5-DNS-Config Perl modules to manipulate DNS stuff
5-DNS-Config Perl modules to manipulate name service configurations.
Needed by (future new) ZoneMaster port (see below/later)
PR: ports/48562
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=79854
Diffstat (limited to 'dns/p5-DNS-Config/pkg-descr')
-rw-r--r-- | dns/p5-DNS-Config/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dns/p5-DNS-Config/pkg-descr b/dns/p5-DNS-Config/pkg-descr new file mode 100644 index 000000000000..e31bfeb62b2f --- /dev/null +++ b/dns/p5-DNS-Config/pkg-descr @@ -0,0 +1,9 @@ +DNS::Config is a collection of Perl modules which provide an +abstraction of name service zones as well as server specific +adaptors for concrete file representations. +The modules origin is the ZoneMaster project which make heavy +use of the module for comprehensive zone file management. Go to +http://www.zonemaster.org for further information. + +WWW: http://search.cpan.org/author/WOLF/ +Author: Andy Wolf <zonemaster@users.sourceforge.net> |